minimalect
minimalect copied to clipboard
Minimal select replacement for jQuery
There seems to be a bug in the setting judgment of data-placeholder. ``` A || B || (C != null) ? C : D ``` is the same as ```...
I noticed when we click on the arrow to display the elements when there no theme option, the list closes immediately. Even when you click on the list with theme...
There is a deprecation warning when compiling SASS: `The operation `#A9A9A9 plus 55` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions...
https://github.com/groenroos/minimalect/blob/d9c4d9680f9eaf474ae88cd8929df3bdcb6ef45f/jquery.minimalect.min.js#L2
So my question is how to disable element and display it disabled, so user cannot select it. At html build I put disabled attribute. At js initialization nothing about disabling...
[jsffidle = http://jsfiddle.net/3q5z9L0u/](http://jsfiddle.net/3q5z9L0u/) I would like to select the option according to the text of the option. When, at the beginning I select the first option of the select, it...
See Fiddle here: https://jsfiddle.net/vphg3sev/ Steps to reproduce: - Klick into Textfield - Hit Tab-Key - Hit 5 Key - Hit Tab-Key Expected Result: - The Focus enters the Month-Field and...
In the jsfiddle you made, it seems the populate works fine, though when you try to select something in the second menu, it doesn't hold the value clicked on. Any...
hi, Thanks for this nice plugin. I have a small issue. I try find a way to process with regex every `` for the instance when `beforeinit` is fired. Basically...
Hi this.element.on("blur", m._hideChoices) seems to send blur event as parameter wr, instead of the wrapper element. This happens when I re-activate the plugin after a show / hide of select...