Documentation
Apps
Guides
Dynamically Toggle Visibility of Components

Dynamically Toggle Visibility of Components

Dynamically Control Components Based on the Value of a Select

  1. Place a [Select].
  2. Enter ["cxo", "engineer", "sales", "cs", "others"] in [Values] of the [Select].
  3. Enter ["CXO", "Engineer", "Sales", "CS", "Others"] in [Labels] of the [Select].
  4. Place a [Container].
  5. Turn off [Enalbe background color] in the [Container].
  6. Place a [Text Area] inside the placed [Container].
  7. Enter {{ select1.value != "others" }} in [Hidden] of the placed [Container].