FancySelect icon indicating copy to clipboard operation
FancySelect copied to clipboard

A better select for discerning web developers everywhere.

Results 37 FancySelect issues
Sort by recently updated
recently updated
newest added

I have a drop down option that toggles a JS function (show/hide). Before your latest update it was working fine but as soon as I updated the latest fancySelect.coffee file...

When value of select start from starts from a 0 (exemple value="01") the FancySelect don't work. From the jQuery data() documentation http://api.jquery.com/data/#data2, it appears that you have to use .attr()...

I took a quick stab at fixing the scrolling issue on long lists (#9). That is when you go to manually click the scrollbar of the options, the options would...

When I 'enable' the fancyselect, it copies the select options to the fancyselect list, so I end up with multiple duplicates of the initial set of options. You can check...

The option shows a grey color box that I have no way to remove under firefox. Same code works perfectly fine in chrome. Jade code as below. styling is done...

Doesn't seem to work when options have double quotes only on IE. Size option http://www.craftyful.com/collections/ribbons/products/rib-01940

Hi, thanks for the plugin! I have a quit long list of options. When I select an option from the bottom of the list and open the options again, then...

enhancement