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
However since the initial default options here sets the decimalPlaces option to 2, then if the value is modified first, then AutoNumeric will (rightly) drop any additional decimal places and keep only 0.00, instead of 0.00123456.
For this to work, we need to find a reliable way for the VueAutonumeric component to first update the options before the value.
That way 'percentageEU3dec' will correctly update decimalPlaces to 5, and then0.00123 will correctly be saved as the value.