You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
:: BASE_DOC ::
API
Cascader Props
name
type
default
description
required
close-btn
Boolean / Slot
true
-
N
keys
Object
-
Typescript: KeysType
N
options
Array
[]
Typescript: Array<CascaderOption>
N
sub-titles
Array
[]
Typescript: Array<string>
N
theme
String
step
options: step/tab
N
title
String / Slot
-
-
N
value
String / Number
null
-
N
default-value
String / Number
undefined
uncontrolled property
N
visible
Boolean
false
-
N
Cascader Events
name
params
description
change
(value: string | number, selectedOptions: string[])
1.0.1
close
(trigger: TriggerSource)
1.0.1
。see more ts definition 。type TriggerSource = 'overlay' | 'close-btn' | 'finish'
pick
(value: string | number, index: number)
1.0.1