Hide a text input component based on the values selected in multiselect components

  • Goal: Hide a text input component based on the values selected in multiselect component

  • Steps: I have added the logic in hidden property but it doesn't seem to work for multi select component. Although, it is working for single select component.

  • Details:

I resolved the issue by giving using:

{{multiselect_copyright_owner.value.includes("option1")}}

Hi @akhilmathew, welcome to the forum! :wave:
We're happy to see you were able to solve this issue. :slightly_smiling_face: