We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e300 commit 74b5c82Copy full SHA for 74b5c82
src/Views/Filters/LivewireComponentArrayFilter.php
@@ -25,7 +25,7 @@ public function validate(array $value): array|bool
25
26
public function isEmpty(array $value = []): bool
27
{
28
- return empty($value);
+ return (empty($value) || (count($value) == 1 && (is_null($value[0]) || $value[0] == "")));
29
}
30
31
/**
0 commit comments