Filtering select options in dependent
Filtering select options in dependent
KimvdLinde
Posts: 30Questions: 8Answers: 0
in Editor
How would I filter out select options based on the value of another field using dependent?
This discussion has been closed.
Replies
Hi @KimvdLinde ,
You can't "filter out" as such, but you can update the select options with
field().update()
- this allows all the options to be replaced, or additional options to be appended.Cheers,
Colin