Filtering select options in dependent

Filtering select options in dependent

KimvdLindeKimvdLinde Posts: 30Questions: 8Answers: 0

How would I filter out select options based on the value of another field using dependent?

Replies

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    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

This discussion has been closed.