Patch Changes
-
#6023
82170288209653b096b996cf31854434d19c01cd
Thanks @yamadayutaka! - fix: can specify 0 as filter valueThe following values do not apply to the filter.
- null
- undefined
- NaN
- Infinity / -Infinity
The following values can apply to the filter.
- 0
- ""
Resolves #6022