fix: update member selection input to use debounced livewire model for improved performance

This commit is contained in:
Yoga Pangestu 2026-01-07 19:24:11 +07:00
parent 1328217f0d
commit 76868e1bcb

View File

@ -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 />