pretty-dropdowns icon indicating copy to clipboard operation
pretty-dropdowns copied to clipboard

A simple, lightweight jQuery plugin to create stylized drop-down menus.

Results 11 pretty-dropdowns issues
Sort by recently updated
recently updated
newest added

Hello, first off, thanks for this plug-in. It's a great help getting some font awesome icons inside drop-downs. When a HTML element inside the dropdown is 100% of the height...

Normally, if an input field is required and the user does not supply a value, the form is not submitted and a tooltip is displayed stating the field is required....

Any way to set the Translatable strings: ``` MULTI_NONE = 'None selected', MULTI_PREFIX = 'Selected: ', MULTI_POSTFIX = ' selected'; ``` I'd like to have the MULTI_NONE be the label...

Hello. I test what the user enters in the page, and if necessary, change the selected option of a select menu using jquery. It works well with native selects and...

I noticed that "0" as an select option does not work and will not POST. Other single digits seem to work fine though, and I've verified that the native select...

When you have some long text dropdown breaks completely. Tried to fix it with elipsis but couldn't. Can you please check this. ![image](https://user-images.githubusercontent.com/16374433/69226465-7b441400-0b80-11ea-876d-0341aa8a6ada.png)

Hi, the main problem what I have is when the change event is triggered on a `` item that has the same name as other it wont change the select...

Hi, your plugin was the only one which I found is lightweight, uses a real element and is nearly fully accessible. One accessibility issue I noticed when testing with NVDA...

The select box that is created has a bubbling event listener attached to it: ``` function(e) { e.preventDefault(), e.stopImmediatePropagation(); let a = new Array; const o = _.closest(".thpb_combo_p_grid_pvariants"); o.querySelectorAll(".thpb_combo_p_grid_variant_select").forEach(function(t) {...