Skip to content

Commit

Permalink
Merge pull request #290 from theodore-s-beers/mode
Browse files Browse the repository at this point in the history
Add numeric inputmode attribute
  • Loading branch information
theodore-s-beers authored Jan 11, 2024
2 parents 2f631ee + 8194266 commit 25fa8b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ <h2>
id="greg-year"
class="width-5-5"
type="number"
inputmode="numeric"
value="1998"
/>
<select
Expand Down Expand Up @@ -143,6 +144,7 @@ <h2>
min="1"
class="width-4-25"
type="number"
inputmode="numeric"
value="1"
/><br /><input
aria-label="Normal or leap year"
Expand Down Expand Up @@ -190,6 +192,7 @@ <h2>
id="julian-year"
class="width-5-5"
type="number"
inputmode="numeric"
value=""
/>
<select
Expand Down Expand Up @@ -217,6 +220,7 @@ <h2>
min="1"
class="width-4-25"
type="number"
inputmode="numeric"
value=""
/><br /><input
aria-label="Normal or leap year"
Expand Down Expand Up @@ -265,6 +269,7 @@ <h2>
aria-label="Hebrew year"
id="heb-year"
type="number"
inputmode="numeric"
value=""
class="width-5-5"
/>
Expand All @@ -289,6 +294,7 @@ <h2>
max="30"
min="1"
type="number"
inputmode="numeric"
value=""
class="width-4-25"
/><br /><input
Expand Down Expand Up @@ -331,6 +337,7 @@ <h2>
id="islamic-year"
class="width-5-5"
type="number"
inputmode="numeric"
value=""
/>
<select
Expand Down Expand Up @@ -358,6 +365,7 @@ <h2>
min="1"
class="width-4-25"
type="number"
inputmode="numeric"
value=""
/><br /><input
aria-label="Normal or leap year"
Expand Down Expand Up @@ -399,6 +407,7 @@ <h2>
id="pers-year"
class="width-5-5"
type="number"
inputmode="numeric"
value=""
/>
<select
Expand Down Expand Up @@ -426,6 +435,7 @@ <h2>
min="1"
class="width-4-25"
type="number"
inputmode="numeric"
value=""
/><br /><input
aria-label="Normal or leap year"
Expand Down
2 changes: 1 addition & 1 deletion sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25fa8b1

Please sign in to comment.