Skip to content

Commit

Permalink
fix: increase default select limit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Oct 30, 2024
1 parent d7817f5 commit 50a9680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Filament/Forms/Components/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

class Select extends BaseSelect
{
protected int | Closure $optionsLimit = 100;

protected bool | Closure $canSelectAll = false;

public function selectAll(bool | Closure $condition = true): static
Expand Down

0 comments on commit 50a9680

Please sign in to comment.