flux:input "clearable" on wire:model.lazy #613
Unanswered
booni3
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the following quite often for search boxes:
This allows you to press enter to search, which feels natural, without requiring extra buttons and also avoiding the overhead that comes with
wire:model.live
(with or without debounce) especially on larger datasets.A the moment I implement clearable manually:
... however,
clearable
is obvisouly soooo much nicer!Does it make any sense to allow clearable to send a network request while set to lazy?
This is different to #255
Beta Was this translation helpful? Give feedback.
All reactions