Skip to content

Cascader

Demo

Delivery regionChoose province and city
Select City
Zhejiang

Props

PropTypeDefaultDescription
visiblebooleanfalseWhether the cascader is visible
valueArray<string | number>[]Selected path
optionsCascaderOption[][]Cascader options
titlestringundefinedHeader title
confirmTextstring'Confirm'Confirm button text
cancelTextstring'Cancel'Cancel button text

Events

EventPayloadDescription
update:valueArray<string | number>Selected path changed
update:visiblebooleanVisibility changed
change{ value, labels, options }Selection changed
confirm{ value, labels, options }Click confirm
cancelvoidClick cancel