You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addTrailingZeros method in abstract-number-format-input is redundant and overrides default and expected behaviors already provided by the formatter. If a user wanted trailing zeros, then they can set the minimumSignificantDigits option. Intl.NumberFormat will truncate zeros when the number of fractional digits is less than maximumFractionDigits and this component should honor that behavior.
The
addTrailingZeros
method in abstract-number-format-input is redundant and overrides default and expected behaviors already provided by the formatter. If a user wanted trailing zeros, then they can set theminimumSignificantDigits
option.Intl.NumberFormat
will truncate zeros when the number of fractional digits is less thanmaximumFractionDigits
and this component should honor that behavior.The text was updated successfully, but these errors were encountered: