Skip to content

Commit

Permalink
Make the disabled attribute boolean on all supported elements. (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin authored Oct 16, 2023
1 parent 555fae2 commit f784b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ _.register({
datatype: "boolean"
},

"input, select, button, textarea": {
"input, select, optgroup, option, button, textarea, fieldset": {
attribute: "disabled",
datatype: "boolean"
},
Expand Down

0 comments on commit f784b74

Please sign in to comment.