Skip to content

Commit

Permalink
Merge pull request #54 from joeydankbaar/patch-3
Browse files Browse the repository at this point in the history
[FEATURE]Added pattern to housenumber input for numeric keyboard on ios
  • Loading branch information
lewisvoncken authored Oct 5, 2020
2 parents d1469b9 + 0fea982 commit cfb4588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view/frontend/web/template/form/element/housenumber.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
'aria-invalid': error() ? true : 'false',
id: uid,
disabled: disabled
}" />
}"
pattern="[0-9]*" />

0 comments on commit cfb4588

Please sign in to comment.