| auto-close |
Boolean |
true |
- |
N |
| cancel-btn |
String / Boolean / Object |
true |
Typescript:boolean | string | ButtonProps |
N |
| columns |
Array / Function |
[] |
required。Typescript:Array<PickerColumn> | ((item: Array<PickerValue>) => Array<PickerColumn>) type PickerColumn = PickerColumnItem[] interface PickerColumnItem { label: string,value: string}。see more ts definition |
Y |
| confirm-btn |
String / Boolean / Object |
true |
Typescript:boolean | string | ButtonProps,Button API Documents。see more ts definition |
N |
| custom-style |
String |
- |
0.25.0 |
N |
| footer |
Slot |
- |
- |
N |
| header |
Boolean / Slot |
true |
- |
N |
| render-label |
String / Function |
- |
Typescript:(item: PickerColumnItem) => string |
N |
| title |
String |
'' |
- |
N |
| value |
Array |
- |
Typescript:Array<PickerValue> type PickerValue = string | number。see more ts definition |
N |
| default-value |
Array |
undefined |
uncontrolled property。Typescript:Array<PickerValue> type PickerValue = string | number。see more ts definition |
N |
| visible |
Boolean |
false |
- |
N |