Skip to main content
Picker

A native element that selects a value.

Updated this week

Overview

A picker is a scrollable list of values that a user can choose. Play's picker element uses Apple’s native picker. The values can be customized.


Element Properties

Column 1, 2, 3

Enter the values for each column, separated by a comma. If you do not want a second or third column, remove all text from the Column 2 and Column 3 properties. Column 1 cannot be empty.


Expression Editor Properties

Column Index

Picker.column1Index
Picker.column2Index
Picker.column3Index

Currently selected index of the picker's first, second, or third column.

Column Value

Picker.column1Value
Picker.column2Value
Picker.column3Value

Current string value of the picker's first, second, or third column.

Pickers also have access to general object properties.


Resources

Related Triggers & Actions

Links:

Did this answer your question?