Skip to content

Commit

Permalink
show a numpad on iOS here
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Feb 25, 2024
1 parent 97baeb2 commit 9e061cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/features/gridSelector/gridSelectorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export function GridSelectorModal({
<Form.Control
ref={focusRef}
type="number"
pattern="[0-9]*"
placeholder="1"
value={optionNumber}
onChange={(event) =>
Expand Down

0 comments on commit 9e061cd

Please sign in to comment.