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
I have used this component. It has many localization features and most of the scenarios seems working fine. But following scenario doesn't work for me as expected.
I created Numberformat as;
let numberFormat = new Intl.NumberFormat('en-US', {style = 'decimal', maximumFractionDigits = 2});
I have used this component. It has many localization features and most of the scenarios seems working fine. But following scenario doesn't work for me as expected.
I created Numberformat as;
let numberFormat = new Intl.NumberFormat('en-US', {style = 'decimal', maximumFractionDigits = 2});
Once I create as;
When I type 1 it convert as 0.01 while I am expecting 1.00
Is it normal behavior of this component or can we configure it to read from left to right?
The text was updated successfully, but these errors were encountered: