mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 05:51:17 +00:00
fix: default address helper text
This commit is contained in:
parent
aa99419d9d
commit
1095a0c90a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import TextField from './TextField.svelte';
|
||||
|
||||
export let helperText: string = 'Zadejte jméno a příjmení. Například Radko Sáblík';
|
||||
export let helperText: string = 'Uveďte ulici a číslo popisné (např. Preslova 72/25).';
|
||||
export let placeholder: string = '';
|
||||
|
||||
export let valueLeft: string = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue