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

Slim advanced select dropdown

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

**Describe the bug** I am using the onChange option to loop through the selected options and then add .hide() to a corresponding html element in order to hide items on...

Consider this select: ```html First Second ``` Slim-select correctly parse this code and generate widget. After changing css of one option, eq: ```javascript optionEl.style.display = 'none'; ``` Slim-select not hide...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

I am attempting to add a data attribute called data-label to a new option using the addable method/listener. However it does not add it to the new option. I also...

Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

I have a slim-select field for adding categories to a post. When the user click on the add button, I want to display a modal where they can add a...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

**Describe the bug** Search values on async loaded data removes previous selected values. REPL: https://svelte.dev/repl/421b3798d22a47458a575cc5ecad3d93?version=3.46.3 Type "asy" and it removes the current selected value. Press "ESC" to close without select...