Skip to content

Commit

Permalink
set numeric input
Browse files Browse the repository at this point in the history
  • Loading branch information
sangonz193 committed Apr 25, 2024
1 parent aa5b1fe commit 7f4b6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/connections/create/dialog/idle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export function Idle({ state, send }: Props) {
<Input
value={code}
onChange={(e) => setCode(e.target.value)}
inputMode="numeric"
autoCapitalize="off"
className="shrink rounded-r-none"
/>

Expand Down

0 comments on commit 7f4b6b7

Please sign in to comment.