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

Hi, I don't understand how to set a new class for the select. I'd like to have two different select styles. Is it possible? I tried : var months =...

I've recently come across a situation where I need some kind of `.fancySelect('destroy')`. Have I missed something or is there no such option available as of now?

I've added in a conditional which removes the 'selected' class from the trigger if the option selected has a blank value. This is so you can have a blank option...

Hi, Great Plugin! Goodwork... Setting the width on a box with fancy select doesn't change the width. Do you know how I change both the dropdown and select box ()?...

I need that because i change my border-top-radius and my border-bottom-radius and now i am happy with this changes Now you can style the trigger when overflow is active, just...

I use your example < select class="basic"> < option value="">Select something…< /option> < option>Lorem< /option> < option>Ipsum< /option> < option>Dolor< /option> < option>Sit< /option> < option>Amet< /option> < /select> $('.basic').fancySelect();...

Hey Guys I'm having an issue where sometimes when you click to change an option nothing happens and you have to click the option 3 times to get it to...

bug

I want to display my "fancified" selects but keep the default UI of the browser for users browsing my website on touch devices (smartphones, tablets etc.). I'm not really asking...

A more elegant approach to fixing `Closing when clicking on scroll bar #65`. - added condition to if statement in `blur.fs` to detect if options is hovered. - if not...

When jumping to options with keyboard prompts (i.e., a Country list after pressing "un" in rapid succession), the option gets changed in the trigger like it should, but the option...