refactor(form): mengubah placeholder dari Yoga Pangestu -> John Doe

This commit is contained in:
Yoga Pangestu 2025-11-13 10:14:50 +07:00
parent 90a64ba46c
commit d775e57675
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
<flux:field>
<flux:label>Nama <span class="text-red-500 ms-1">*</span></flux:label>
<flux:input placeholder="Yoga Pangestu" wire:model.live.debounce.500ms="form.name" autofocus
<flux:input placeholder="John Doe" wire:model.live.debounce.500ms="form.name" autofocus
autocomplete="off" />
<flux:error name="form.name" />
</flux:field>

View File

@ -22,7 +22,7 @@
<flux:field>
<flux:label>Nama Lengkap <span class="text-red-500 ms-1">*</span>
</flux:label>
<flux:input placeholder="Yoga Pangestu"
<flux:input placeholder="John Doe"
wire:model.live.debounce.500ms="form.full_name" autofocus
autocomplete="off" />
<flux:error name="form.full_name" />

View File

@ -12,7 +12,7 @@
<flux:field>
<flux:label>Nama Lengkap <span class="text-red-500 ms-1">*</span>
</flux:label>
<flux:input placeholder="Yoga Pangestu"
<flux:input placeholder="John Doe"
wire:model.live.debounce.500ms="form.full_name" autofocus
autocomplete="off" />
<flux:error name="form.full_name" />