dbrekalo / fastselect

Fastselect is lightweight browser plugin for enhanced select elements based on jQuery. Enables fast and sensible UI upgrade of select element with features like option searching and remote dataset loading.
http://dbrekalo.github.io/fastselect/
MIT License
108 stars 87 forks source link

No way to programatically change and/or hide select values. #25

Open NathanJudd opened 7 years ago

NathanJudd commented 7 years ago

Is there a way to programmatically hide options?

Use case: Selecting an option in a select changes available options in the next select.

I need to unselect all values (or particular ones) and hide specific values. Is there a way to tell fast select to update its values based off the real selector element? (essentially telling it to reset itself).

zdiodic commented 6 years ago

to clear selected tags value input, try to user $('.fstChoiceRemove').click();

i have the same problem to add tags programmatically so user can edit selection

Erth0 commented 5 years ago

@NathanJudd @zdiodic Any of you guys found any way on how to deal with this issue ?