Skip to content

Picker

Demo

Delivery windowChoose a convenient time
Delivery window

Props

PropTypeDefaultDescription
visiblebooleanfalseWhether the picker is visible
valuestring | numberundefinedSelected value
columnsPickerOption[][]Option list
titlestringundefinedHeader title
confirmTextstring'Confirm'Confirm button text
cancelTextstring'Cancel'Cancel button text

Events

EventPayloadDescription
update:valuestring | numberSelected value changed
update:visiblebooleanVisibility changed
change{ value, option }Selection changed
confirm{ value, option }Click confirm
cancelvoidClick cancel