feat: zip code input as text

This commit is contained in:
Sebastian Pravda 2023-02-05 16:05:21 +01:00
parent af08da55d4
commit 4dbdc9f59c
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -589,7 +589,7 @@
<TextField
error={$typedErrors['candidate']['zip']}
bind:value={$form.candidate.zip}
type="number"
type="text"
placeholder={$LL.input.zipCode()}
helperText="Uveďte poštovní směrovací číslo. (např. 150 21)"
/>