Search
Last updated
Was this helpful?
Last updated
Was this helpful?
The component property that contains the search result.
A key => value based Array, Collection or Closure.
string
$property) - search INPUTThe property that is bound to the search input
If you set a default value, make sure it exists in the search result property.
The value of $searchKey
will will be displayed if the field is disabled and current field value isn't available in the initial $field->options()
This is how it is implemented in the blade file:
debounce the search input
default = 500
the width of the search result dropdown
default = null
Please 💗 in order to get access to this field. The documentation is available in the sponsor repository.
It is required to set the initial/existing values, if you use the ->default()
method on the field.
Update search RESULT when search INPUT changes, using the updatedFoo()
.