Skip to content

Commit 4024954

Browse files
committed
Setting inputMode for numeric fields
1 parent 9a5902f commit 4024954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/input-group/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default ({
9292
<div className={'custom-input-container'}>
9393
{type === 'number' ? (
9494
<NumberFormat
95+
inputMode='numeric'
9596
className={'custom-input'}
9697
thousandSeparator={' '}
9798
id={id}

0 commit comments

Comments
 (0)