Skip to content

Commit 8f013ee

Browse files
simon04iwusong
authored andcommitted
fix(types): allow indeterminate for checkbox (vuejs#3473)
1 parent e5c0d05 commit 8f013ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/types/jsx.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ export interface InputHTMLAttributes extends HTMLAttributes {
467467
formnovalidate?: Booleanish
468468
formtarget?: string
469469
height?: Numberish
470+
indeterminate?: boolean
470471
list?: string
471472
max?: Numberish
472473
maxlength?: Numberish

0 commit comments

Comments
 (0)