Dynamically Toggle Visibility of Components
Dynamically Control Components Based on the Value of a Select
- Place a [Select].
- Enter
["cxo", "engineer", "sales", "cs", "others"]
in [Values] of the [Select]. - Enter
["CXO", "Engineer", "Sales", "CS", "Others"]
in [Labels] of the [Select]. - Place a [Container].
- Turn off [Enalbe background color] in the [Container].
- Place a [Text Area] inside the placed [Container].
- Enter
{{ select1.value != "others" }}
in [Hidden] of the placed [Container].