-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Add inputmode
to HtmlTag
#202
Conversation
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode is missing from the types, though transpiling fine. This is a small type patch. Signed-off-by: Sergei Kniazev <[email protected]>
🦋 Changeset detectedLatest commit: 5820112 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Can you add |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #202 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 457 457
=========================================
Hits 457 457 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Arthur Fiorette <[email protected]>
thanks! |
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode is missing from the types, though transpiling fine. This is a small type patch.