Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.22k stars 613 forks source link

how dynamic set option disabled #1090

Open zeroone2005 opened 1 year ago

zeroone2005 commented 1 year ago

The select have five options. select multi is true, when i select the second option then the first option is disabled; when i select the third option then the first and second option disabled;

How can I do it

Xon commented 2 months ago

The currently isn't a public API to update/enable/disable specific choices.