Skip to content

Commit

Permalink
fix(types): allow indeterminate for checkbox (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed May 11, 2022
1 parent c901dca commit d4fcfdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/types/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ export interface InputHTMLAttributes extends HTMLAttributes {
formnovalidate?: Booleanish
formtarget?: string
height?: Numberish
indeterminate?: boolean
list?: string
max?: Numberish
maxlength?: Numberish
Expand Down

0 comments on commit d4fcfdd

Please sign in to comment.