Skip to content

Commit

Permalink
feat(macro): add inert to the boolean attributes list (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
kawadakk authored Jul 25, 2024
1 parent 08aef70 commit 62567cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew-macro/src/props/element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static BOOLEAN_SET: Lazy<HashSet<&'static str>> = Lazy::new(|| {
"disabled",
"formnovalidate",
"hidden",
"inert",
"ismap",
"itemscope",
"loop",
Expand Down

0 comments on commit 62567cc

Please sign in to comment.