-
-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
What happened?
Referencing issue #2030
The issue still persists; this time, it seems to have moved to the IsNumericFilter
trait at line 9.
return ! is_null($value) ? ($this->validate($value) == false) : true; |
The condition
$this->validate($value) == false
is not strictly typed, so for the value 0
, it appears to break the NumberFilter
.
How to reproduce the bug
No response
Package Version
No response
PHP Version
None
Laravel Version
No response
Alpine Version
No response
Theme
None
Notes
No response
Error Message
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on