tui.select
tui.select ID PANE ROW LABEL [ACTION]
Creates a one-row dropdown. Enter, Space, Down or a click opens a picker dialog.
Parameters
LABEL: text before the value, also the picker title.ACTION: called asACTION IDafter a new value is picked.
Notes
- Read the value with
tui.get, the index withtui.select.index.
Example
tui.select mode form 3 "Mode:" mode_changed
tui.select.set mode fast balanced careful
