Skip to content

Commit 5f8305e

Browse files
committed
Prevent lastpass auto fill
1 parent 5b8a086 commit 5f8305e

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
@@ -93,6 +93,7 @@ export default ({
9393
{type === 'number' ? (
9494
<NumberFormat
9595
inputMode='numeric'
96+
data-lpignore='true'
9697
className={'custom-input'}
9798
thousandSeparator={' '}
9899
id={id}

0 commit comments

Comments
 (0)