fastselect icon indicating copy to clipboard operation
fastselect copied to clipboard

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

Open NathanJudd opened this issue 8 years ago • 2 comments

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).

NathanJudd avatar Oct 31 '17 23:10 NathanJudd

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

zdiodic avatar May 30 '18 09:05 zdiodic

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

Erth0 avatar Jan 22 '19 21:01 Erth0