mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
feat(macro): add inert to the boolean attributes list (#3678)
This commit is contained in:
parent
08aef70f1a
commit
62567cc297
@ -61,6 +61,7 @@ static BOOLEAN_SET: Lazy<HashSet<&'static str>> = Lazy::new(|| {
|
||||
"disabled",
|
||||
"formnovalidate",
|
||||
"hidden",
|
||||
"inert",
|
||||
"ismap",
|
||||
"itemscope",
|
||||
"loop",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user