vanillaSelectBox icon indicating copy to clipboard operation
vanillaSelectBox copied to clipboard

A dropdown menu with lots of features that takes a select tag and transforms it into a single or multi-select menu with 1 or 2 levels

Results 16 vanillaSelectBox issues
Sort by recently updated
recently updated
newest added

I'm running into a few accessibility issues when using keyboard navigation with vanillaSelectBox. A few items: - The individual options in the dropdown are inaccessible with keyboard navigation. I would...

I am using VanillaSelectBox in my project for its convenience and the controls offered, but I have a problem. When I initialize a list with the SELECT tag with the...

Right now when a user selects All Items in a multi-select input, it just says "All". It would be great if you could specify what that says as an option...

Hi, I really like this script, it's super fast and get the job done. My only issue is about the css theme. Could it be adaptive? For example, I'm building...

should have an option that gives focus on the search input

Click on any vanilla selectbox it will open the dropdown, click it again without choosing anything. Ideally it should close the dropdown but doesn't closes it. It only closes when...

Maybe `this.ulminWidth` should be derived `userOptions.minWidth`, and `this.ulmaxWidth` derived from `userOptions.maxWidth`? Or maybe make them all `userOptions`?

### Discussed in https://github.com/PhilippeMarcMeyer/vanillaSelectBox/discussions/93 Originally posted by **piburglar** October 4, 2022 While the feature may work, technically, you cannot tell the user they have selected anything because the function setValue([]...

Hello! I'm using this wonderful selectbox at the moment and it seems that I cannot set value for single selectbox. I've tried with "multiple" type select box and it works...

The Plugin is useless for screenreader users because you cannot reach the dropdown with keyboard navigation only. Also it has no semantic because it has no roles, for example role...