slim-select
slim-select copied to clipboard
Slim advanced select dropdown
When Addable and ajax option is activate at same time. Addable doesn't work here sandbox: https://codesandbox.io/s/mystifying-bassi-ctrzk?fontsize=14
``` ts const select = document.querySelector('.my-already-created-select') const { slim } = select // Error: Property 'slim' does not exist on type 'HTMLSelectElement'. ``` [Screenshot](https://prnt.sc/TRNX6zod0X_m) How can I deal with typescript...
There is `selectByGroup` (unlike it, I don't need to select all items) option and #57. But, what I need is optgroups as selectable as items underneath. I have some specific...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...
Currently I have to do setTimeout to delay to wait for the css animation to complete and this makes it tough on others who want to change that animation duration....
I switched on the clear button by adding the option: ``` settings: { allowDeselect: true }, ``` and so far it works fine: The button is showing up. However, when...
**Describe the bug** The dropdown animation is flickering when it collapses. Step to reproduce - Try to scroll down to make Select close to bottom screen - Open Select, then...
I like prismjs but it keeps getting stuck with hot reloading and I think a better replacement would be [highlightjs](https://highlightjs.org/)
**Describe the bug** SlimSelect doesn't handle multiple options with the same values. What I think happens is which ever option you choose it will select the first one found with...