fix: update member selection input to use debounced livewire model for improved performance
This commit is contained in:
parent
1328217f0d
commit
76868e1bcb
@ -316,7 +316,7 @@
|
||||
<flux:field>
|
||||
<flux:label>Member</flux:label>
|
||||
<flux:description>Silakan ketikkan nomor telepon.</flux:description>
|
||||
<flux:select variant="combobox" placeholder="Pilih Member" wire:model="form.member_id"
|
||||
<flux:select variant="combobox" placeholder="Pilih Member" wire:model.live.debounce.250ms="form.member_id"
|
||||
clear>
|
||||
<x-slot name="input">
|
||||
<flux:select.input wire:model.live.debounce.250ms="searchMember" clearable />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user