Skip to content

Commit

Permalink
inputMode="numeric"
Browse files Browse the repository at this point in the history
  • Loading branch information
ia7ck committed Mar 7, 2024
1 parent f68b9a7 commit afece3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/abc341_e/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default function ABC341_E() {
<input
name="problem_input_string"
id="problem_input_string"
inputMode="numeric"
className="block w-full rounded-md border-0 mt-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
value={text.join("")}
onChange={handleTextChange}
Expand Down

0 comments on commit afece3f

Please sign in to comment.