Open NathanJudd opened 7 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
@NathanJudd @zdiodic Any of you guys found any way on how to deal with this issue ?
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).