slim-select
slim-select copied to clipboard
Slim advanced select dropdown
If via ajax I will look for the word "retez" autocomplete does not list any records. I get the data from the database. It is stored in the database with...
**Describe the bug** I use "slim-select" version 1.27.0. and I have an accessibility issue. I did the scan of my website with [lighthouse plugin](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?hl=fr), and as report, it gives me...
Reserve the option properties while adding it into data array
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
**Describe the bug** Im using Netbox v3 which uses Slim-Select for its dynamic forms but im trying to disable a form when a checkbox is ticked using javascript, but although...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi! Is this a bug or my bad? I have an multiple select with _optgroups_ and set _hideSelectedOption: true_. So it allow to select only 4 values then it isn't...
Hi, I would like to propose a feture request: makre optgroup selectible in multiple mode. For example in a ``` SUV Sedan Minivan Sport Offroad ``` use will have ability...
**Improvement suggestion**: `@import "slim-select"` for sass/scss ```.json // package.json ... "exports": { "require": "./dist/slimselect.min.js", "import": "./dist/slimselect.min.mjs", // ⬇ This line ⬇ "style": "./dist/slimselect.min.css" }, ... ```
**Describe the bug** looks like the `destroy()` is getting triggered in the constructor before `this.config` is defined.