Selectr icon indicating copy to clipboard operation
Selectr copied to clipboard

A lightweight, vanilla javascript select box replacement. No dependencies.

Results 55 Selectr issues
Sort by recently updated
recently updated
newest added

Thank you very much for this great plugin. Just a little enhancement idea: Could you add an option to keep the element single-line if more items than the width of...

enhancement

Two things, both related to using the searchable option in Edge and IE11: 1. The clear button is shown twice whilst the focus is with the input 2. The 'no...

It is hard to evaluate the accessibility of this code when the demo has so many problems with it. Important to at least run it through: - http://wave.webaim.org/ - https://tenon.io/

Reproducing Steps: 1. npm install mobius1-selectr --save 2. require("mobius1-selectr") (!) Here I got next one: selectr.js:922 Uncaught Error: You must supply either a HTMLSelectElement or a CSS3 selector string. at...

is there a way to bind selected value to ngmodel Thanks