Skip to content

Commit 0fea982

Browse files
authored
[FEATURE]Added pattern to housenumber input for numeric keyboard on ios
1 parent d1469b9 commit 0fea982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

view/frontend/web/template/form/element/housenumber.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
'aria-invalid': error() ? true : 'false',
1111
id: uid,
1212
disabled: disabled
13-
}" />
13+
}"
14+
pattern="[0-9]*" />

0 commit comments

Comments
 (0)