Open fabienwnklr opened 2 years ago
For 5. I already added a bunch of stuff in the Gruntfile ;)
Oh okay, sorry about that, i didn't know this approach and grunt neither. Maybe it's conceivable to use "generic" method with script into package.json ? I don't know if it's "generic" but it's what i see a lot.. And this involves to change bundler or not? Thanks for the feedback. :)
I think it's fine to use grunt, as it allow more things than npm scripts. So if Grunt is here, let's use that.
As for the rest of your ideas, my point of vue is that we should focus on fixing bugs first, before planning a big rewrite that will never happen ;)
Everyone wants to drop jquery but this is actually a jquery plugin, so IMHO something that doesn't rely on jquery or bootstrap (it has been asked) would be a different project altogether!
I'm using bootstrap 5.1.3 + Bootstrap-select v1.14.0-beta2
$('select').selectpicker( ??? );
or what I do and work but I don't know if it is a missil on an ant..
$.fn.selectpicker.Constructor.DEFAULTS.liveSearchNormalize = 'true';
@EduVillas hmm please use this issues section with parsimony, you're issue has exactly 0% relation with this discussion..
But to respond.. for put liveSearchNormalize for all selects best thing yes, it's this -> $.fn.selectpicker.Constructor.DEFAULTS.liveSearchNormalize = 'true'
Hi, i have couple idea for upgrade and maintening this good project (and i would be happy to contribute there).
Don't hesitate to correct me or suggest other ideas that I would add.
Best regards.