Closed iwehrman closed 8 years ago
Currently NumberInput throws if its value is a non-finite number. It's hard to prevent this from ever happening, so instead I'm just changing NumberInput to format a non-finite number as the empty string instead of throwing.
NumberInput
This is vaguely related to #3542.
I think we should put a log.warn in there to track the cause issues.
@iwehrman looks great, but I'd like to leave a note in there to remind us something gone wrong.
Fixed. Back to @volfied.
Currently
NumberInput
throws if its value is a non-finite number. It's hard to prevent this from ever happening, so instead I'm just changingNumberInput
to format a non-finite number as the empty string instead of throwing.This is vaguely related to #3542.