We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inert
Add inert to
core/packages/shared/src/domAttrConfig.ts
Lines 20 to 25 in 4e2607a
inert is now supported across all major browser engines.
Passing :inert="false" should not render inert="false".
:inert="false"
inert="false"
The text was updated successfully, but these errors were encountered:
PS: we should also reconsider opening #661
Sorry, something went wrong.
feat(compiler-dom): treat inert as boolean attribute (#8209)
918ec8a
close #8208
Successfully merging a pull request may close this issue.
What problem does this feature solve?
Add inert to
core/packages/shared/src/domAttrConfig.ts
Lines 20 to 25 in 4e2607a
inert
is now supported across all major browser engines.What does the proposed API look like?
Passing
:inert="false"
should not renderinert="false"
.The text was updated successfully, but these errors were encountered: