nice-select2 icon indicating copy to clipboard operation
nice-select2 copied to clipboard

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns

Results 60 nice-select2 issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

When using the .clear methode, only the label of niceSelect is cleared. Within the native select and niceSelect element the selected options are still selected. PR will follow

It would be nice if one could customize texts like "Select an option", "Search...", "X selected"

Unfortunately HTML5 validation is not working, if the initial select element has a required attribute, because it's hidden. The browser will fail with an error `An invalid form control with...

Proposal. Add option to display items selected by multiple attributes. This option allows for flexibility in the way it looks. For example, in CSS, it can be displayed comma-separated. ```scss...

Thanks for the great library. Fixed a bug that when the multiple option was enabled, it was not enabled even if the choice was selected again. ### Steps to Reproduce...

It would be very useful to add the possibility to **change the default text** for the input element used to **search** when `searchable` is set to `true`. As of now...

Hi, I am using Webpack 5 and I am experiencing this error. Has anyone tested this library with Webpack 5?

Solves https://github.com/bluzky/nice-select2/issues/34 Solves https://github.com/bluzky/nice-select2/issues/14