Input can have negative numbers with a minus sign.
If the input has one of shouldFormatToLocaleString, maximumFractionDigits props or value is negative, can't have leading zeros. Also, if the first character of the value is a minus sign, the user can not type zero.
Leading zero: 0250 -> 250
Negative zero: -0 -> - // If maximumFractionDigits is 0
Double leading zero: 00 -> 0
Description
numberFormatter
utility was added again.shouldFormatToLocaleString
,maximumFractionDigits
props or value is negative, can't have leading zeros. Also, if the first character of the value is a minus sign, the user can not type zero.