This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$filter number: Could we display an Infinity symbol in case of Infinity value? #10421
Closed
Description
Could we display an Infinity symbol (∞) instead of an empty string through the "number" filter, when it's applied to Infinity/-Infinity
?
According to this thread, we could use ∞
or ∞
(decimal) or ∞
(hex)
I can come with a PR if it's in the framework's scope. I guess we only have to add a case here.