Skip to content

Commit cfb4588

Browse files
authored
Merge pull request #54 from joeydankbaar/patch-3
[FEATURE]Added pattern to housenumber input for numeric keyboard on ios
2 parents d1469b9 + 0fea982 commit cfb4588

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)