We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8370118 commit 93949edCopy full SHA for 93949ed
packages/runtime-dom/types/jsx.d.ts
@@ -584,7 +584,7 @@ export interface OptionHTMLAttributes extends HTMLAttributes {
584
disabled?: Booleanish
585
label?: string
586
selected?: Booleanish
587
- value?: string | string[] | number
+ value?: any // we support :value to be bound to anything w/ v-model
588
}
589
590
export interface OutputHTMLAttributes extends HTMLAttributes {
0 commit comments