types: allow binding any value to SelectElement (#4575)
This commit is contained in:
parent
11a2098a69
commit
6171aecdcd
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -624,7 +624,7 @@ export interface SelectHTMLAttributes extends HTMLAttributes {
|
|||||||
name?: string
|
name?: string
|
||||||
required?: Booleanish
|
required?: Booleanish
|
||||||
size?: Numberish
|
size?: Numberish
|
||||||
value?: string | string[] | number
|
value?: any // we support :value to be bound to anything w/ v-model
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SourceHTMLAttributes extends HTMLAttributes {
|
export interface SourceHTMLAttributes extends HTMLAttributes {
|
||||||
|
Loading…
Reference in New Issue
Block a user