Skip to content

Commit

Permalink
Fix inputmode="number" example typo to inputmode="numeric"
Browse files Browse the repository at this point in the history
Closes #4652.
  • Loading branch information
dtapuska authored and domenic committed May 23, 2019
1 parent 6773932 commit 1e5953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -42794,7 +42794,7 @@ interface <dfn>HTMLTableCellElement</dfn> : <span>HTMLElement</span> {
action="https://pizza.example.com/order.cgi">
&lt;p>&lt;label>Customer name: &lt;input name="custname" required autocomplete="shipping name">&lt;/label>&lt;/p>
&lt;p>&lt;label>Telephone: &lt;input type=tel name="custtel" autocomplete="shipping tel">&lt;/label>&lt;/p>
&lt;p>&lt;label>Buzzer code: &lt;input name="custbuzz" <strong>inputmode="number"</strong>>&lt;/label>&lt;/p>
&lt;p>&lt;label>Buzzer code: &lt;input name="custbuzz" <strong>inputmode="numeric"</strong>>&lt;/label>&lt;/p>
&lt;p>&lt;label>E-mail address: &lt;input type=email name="custemail" autocomplete="shipping email">&lt;/label>&lt;/p>
&lt;fieldset>
&lt;legend> Pizza Size &lt;/legend>
Expand Down

0 comments on commit 1e5953c

Please sign in to comment.