We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set<any>
1 parent eef1447 commit e5a9089Copy full SHA for e5a9089
packages/runtime-dom/types/jsx.d.ts
@@ -457,7 +457,7 @@ export interface InputHTMLAttributes extends HTMLAttributes {
457
autocomplete?: string
458
autofocus?: Booleanish
459
capture?: boolean | 'user' | 'environment' // https://www.w3.org/tr/html-media-capture/#the-capture-attribute
460
- checked?: Booleanish | any[] // for IDE v-model multi-checkbox support
+ checked?: Booleanish | any[] | Set<any> // for IDE v-model multi-checkbox support
461
crossorigin?: string
462
disabled?: Booleanish
463
form?: string
0 commit comments