Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
fixed Multiselect description
  • Loading branch information
underwear authored Sep 23, 2020
1 parent 44261ad commit 27f5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Text::make('Status')->filterable(true, 'Choose status', ['offline', 'online'])

Multiselect:
```php
Text::make('Hobby')->filterable(true, 'Choose hobbies', ['Sport', 'Dancing', 'PC-Gaming', 'Cooking'])
Text::make('Hobby')->filterable(true, 'Choose hobbies', ['Sport', 'Dancing', 'PC-Gaming', 'Cooking'], true)
```

### Column Types
Expand Down

0 comments on commit 27f5a24

Please sign in to comment.