mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 11:00:56 +00:00
feat: zip code input as text
This commit is contained in:
parent
af08da55d4
commit
4dbdc9f59c
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@
|
||||||
<TextField
|
<TextField
|
||||||
error={$typedErrors['candidate']['zip']}
|
error={$typedErrors['candidate']['zip']}
|
||||||
bind:value={$form.candidate.zip}
|
bind:value={$form.candidate.zip}
|
||||||
type="number"
|
type="text"
|
||||||
placeholder={$LL.input.zipCode()}
|
placeholder={$LL.input.zipCode()}
|
||||||
helperText="Uveďte poštovní směrovací číslo. (např. 150 21)"
|
helperText="Uveďte poštovní směrovací číslo. (např. 150 21)"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue