Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b126bd4

Browse files
committed
wip
1 parent 29ea7e4 commit b126bd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/components/custom-select.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ In this example, this will require you to have a method called `searchMethod` on
155155
call that method via livewire's JavaScript API and expects an array or collection of your filtered options to be returned. The
156156
component debounces the search input by `300ms` so each keystroke is not triggering another ajax request to your server.
157157

158-
```html
159-
<x-custom-select :options="$options" filterable wire:filter.lazy="selectSearch" />
160-
```
161-
162158
## Multiple Select
163159

164160
You can easily make a select accept multiple selected options by using the `multiple` attribute.

0 commit comments

Comments
 (0)