]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(types): allow indeterminate for checkbox (#3473)
authorSimon Legner <Simon.Legner@gmail.com>
Wed, 11 May 2022 11:38:13 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 11:38:13 +0000 (07:38 -0400)
packages/runtime-dom/types/jsx.d.ts

index 9423a755631d819d1da47133ed3e74b2a46d3d40..7a00888f6f870d3ef6061ed3a79dfe4148308d0a 100644 (file)
@@ -467,6 +467,7 @@ export interface InputHTMLAttributes extends HTMLAttributes {
   formnovalidate?: Booleanish
   formtarget?: string
   height?: Numberish
+  indeterminate?: boolean
   list?: string
   max?: Numberish
   maxlength?: Numberish