diff --git a/prompts.md b/prompts.md index dabba4d6be..3b088a2c46 100644 --- a/prompts.md +++ b/prompts.md @@ -421,16 +421,6 @@ $categories = multiselect( ); ``` -You may allow the user to easily select all options via the `canSelectAll` argument: - -```php -$categories = multiselect( - label: 'What categories should be assigned?', - options: Category::pluck('name', 'id'), - canSelectAll: true -); -``` - #### Requiring a Value