Skip to content
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 a note on type="number" #5271

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -46242,8 +46242,9 @@ ldh-str = &lt; as defined in <a href="https://tools.ietf.org/html/rfc1034#
arrows). Getting a credit card number wrong by 1 in the last digit isn't a minor mistake, it's as
wrong as getting every digit incorrect. So it would not make sense for the user to select a credit
card number using "up" and "down" buttons. When a spinbox interface is not appropriate, <code
data-x="">type=text</code> is probably the right choice (possibly with a <code
data-x="attr-input-pattern">pattern</code> attribute).</p>
data-x="">type=text</code> is probably the right choice (possibly with an
<code data-x="attr-inputmode">inputmode</code> or <code data-x="attr-input-pattern">pattern</code>
hannalaakso marked this conversation as resolved.
Show resolved Hide resolved
attribute).</p>



Expand Down Expand Up @@ -121186,6 +121187,7 @@ INSERT INTERFACES HERE
Habib Virji,
Hajime Morrita,
Hallvord Reiar Michaelsen Steen,
Hanna Laakso,
Hans S. T&oslash;mmerhalt,
Hans Stimer,
Harald Alvestrand,
Expand Down Expand Up @@ -121433,6 +121435,7 @@ INSERT INTERFACES HERE
Mark Amery,
Mark Birbeck,
Mark Davis,
Mark Green,
Mark Miller,
Mark Nottingham,
Mark Pilgrim,
Expand Down