This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Fix for number filter checking for numbers #6263
Closed
Description
Browser: Other
Component: misc core
Regression: yes
Fix for number filter when passing not a number to a filter. isNaN is
broken, so we should use isNumber function in formatNumber function.
Close #6188
Another problem I found is 'isNumber(NaN)' returned 'true' that seems not to be correct. With this fix everything works fine
Metadata
Metadata
Assignees
Labels
No labels