mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 05:51:17 +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
|
||||
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)"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue