We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
value
1 parent 46c2987 commit 09b4699Copy full SHA for 09b4699
src/runtime/components/Select.vue
@@ -21,7 +21,7 @@ interface SelectItemBase {
21
* @defaultValue 'item'
22
*/
23
type?: 'label' | 'separator' | 'item'
24
- value?: string | number
+ value?: AcceptableValue | boolean
25
disabled?: boolean
26
onSelect?(e?: Event): void
27
[key: string]: any
0 commit comments