Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanscott committed Feb 25, 2022
1 parent 42a5b4a commit 754f132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The radio button filter allows you to select a single option from the list of op

### Select menu filter

The select menu filter allows you to select a single option from the list of options from a select menu. Every time a change is made, the filter will emit an event with the currently selected value.
Similar to the radio button filter, the select menu filter allows you to select a single option from the list of options from a select menu. Every time a change is made, the filter will emit an event with the currently selected value.

```blade
<livewire:livewire-filters-select :filter="$filters['type']" />
Expand All @@ -178,7 +178,7 @@ The text box filter allows you to type freeform text that you can use for filter
| default | `string` | `'John'` |
| value | `string` | `'Jane'` |

## `Filter` class
## The `Filter` class

The `Filter` class provides a fluent interface for defining filters in your Livewire component as well as retrieving information about the filter.

Expand Down

0 comments on commit 754f132

Please sign in to comment.