We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a2098 commit 6171aecCopy full SHA for 6171aec
packages/runtime-dom/types/jsx.d.ts
@@ -624,7 +624,7 @@ export interface SelectHTMLAttributes extends HTMLAttributes {
624
name?: string
625
required?: Booleanish
626
size?: Numberish
627
- value?: string | string[] | number
+ value?: any // we support :value to be bound to anything w/ v-model
628
}
629
630
export interface SourceHTMLAttributes extends HTMLAttributes {
0 commit comments