slim-select icon indicating copy to clipboard operation
slim-select copied to clipboard

Slim advanced select dropdown

Results 123 slim-select issues
Sort by recently updated
recently updated
newest added

Always get an error when callback is called with data: `Uncaught (in promise) TypeError: Cannot read property 'placeholder' of undefined` I tested with the ajax example code too, same error...

Thank you for a great project. The plugin works well when switching between options (using the tab key) and selecting a value using the ↓ and ↑ buttons. But I...

Hi. It's a minor thing. 1. type characters 2. clear (click x) 3. type same characters 4. ajax is not called It doesn't seem to happen with different characters. https://user-images.githubusercontent.com/46995981/127088186-2468156a-6fc7-4294-abcc-ad7c27a2f4a3.mov...

This fixes issue #253 where the text attribute is being replaced with the innerText of the option element. Some browsers alias the text attribute to innerText which is essentially a...

In the ajax option, also on the demo page (https://slimselectjs.com/options) in the search field 'Search "Graham"': 1. When you search for 'gra' > You get results 2. Remove the 'a'...

Not sure if this is similar to other issues, but I didn't find this exact one. I want to build an AJAX autocomplete select. I want to be able to...

With one of the latest bootstrap versions the `placeholder` class gets appended with a bar and `cursor: wait;`. It changes the inside of the select to something like this ![image](https://user-images.githubusercontent.com/80233526/128678018-718c1aab-1f74-49a2-b097-cab867b3de7b.png)...

**Describe the bug** When the user clicks on "Option 2", I expect this option to be displayed as selected as well. Instead, the last matching option with the same value...

enhancement

Hello, when using slim-select with a required attribute no error will display in the browser and the form will not submit without showing any message. Is there a workaround for...

Move "npm-check" from dependencies to devDependencies.