Fix All Text Input User & Admin, fix deskripsi detail break word

This commit is contained in:
2025-09-29 14:06:04 +08:00
parent 2a26db6e17
commit dbd56a1493
319 changed files with 965 additions and 817 deletions

View File

@@ -155,14 +155,14 @@ function CreatePosyandu() {
<TextInput
label="Nama Posyandu"
placeholder="Masukkan nama posyandu"
value={statePosyandu.create.form.name || ''}
defaultValue={statePosyandu.create.form.name || ''}
onChange={(e) => (statePosyandu.create.form.name = e.target.value)}
required
/>
<TextInput
label="Telepon Posyandu"
placeholder="Masukkan telepon posyandu"
value={statePosyandu.create.form.nomor || ''}
defaultValue={statePosyandu.create.form.nomor || ''}
onChange={(e) => (statePosyandu.create.form.nomor = e.target.value)}
required
/>