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

When the select has a max-height property and it creates a scrollbar, when clicking on the scrollbar to see the bottom items, the list disappear. Can the list only close...

As in default build of Zepto.js 'selector' module isn't included, fancySelect throws an error on `56: ...find(':selected')` to make it work replace it with `.. find('option').filter(function(){return this.selected === true;});` and...

Make native selects work on all mobile device. (Android, iOS, Windows Phone). uAgent: `isiDevice = /ipad|iphone|ipod/i.test(navigator.userAgent.toLowerCase()),` `isAndroid = /android/i.test(navigator.userAgent.toLowerCase()),` `isWindowsPhone = /IEMobile/i.test(navigator.userAgent.toLowerCase());`

Hey, Thanks for the plugin, it's really useful :) When setting a height on the .options unordered list, the scroll bars show and everything looks good - but trying to...

bug

Blur event is firing and hiding in ie8 and ie9 when user tries to scroll down the list. Any solution to this? Im trying a lot of options but cant...

I have a form that listens for a change event when a select's value changes, however it seems like fancySelect is swallowing this event so it's never fired. I can...

forceiOS option is working at first click, but if i select an option the browser standard option selection appears

I've made changes which were described by https://github.com/br2br in the issue https://github.com/octopuscreative/FancySelect/issues/9 Please review and merge. It should fix bug connected with scrolling in the IE and Chrome browsers.

To address https://github.com/octopuscreative/FancySelect/issues/47

Hello, I'm currently trying to implement the fancy select jQuery plugin. I run into a problem. It seems the script don't accept a number start with a "0". I want...