Skip to main content

Select

Overview

A visible component to create selection from dropdown view

Component Properties

PropertyDescription
optionsThis defines the options to select

Blocks

Events

On Change

Triggers when the selection changed

loading block...

Properties

options

Accepts: List

Sets the options

loading block...

options

Returns: List

gets the options

loading block...

hide

Accepts: Boolean

Hides the component if the input is true and shows it if the input is false

loading block...

hidden

Returns: Boolean

Returns true if the component is hidden and false if it is not

loading block...