lion/packages/ui/components/localize/test/number
gerjanvangeest e8e9c07ec5
fix(input-amount): returns Unparseable as a modelValue if a wrong value has been entered (#2242)
* fix(input-amount): returns Unparseable as a modelValue if a wrong value has been entered

* fix(input-amount): do not break when a large amount has been entered

* Update docs/components/input-amount/overview.md

Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>

* Update packages/ui/components/input-amount/test/parsers.test.js

Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>

---------

Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-04-10 11:20:48 +02:00
..
formatNumber.test.js fix(input-amount): returns Unparseable as a modelValue if a wrong value has been entered (#2242) 2024-04-10 11:20:48 +02:00
formatNumberToParts.test.js feat(@lion/ui): getLocalizeManager method, for side-effect-free localize 2023-02-01 16:06:30 +01:00
getCurrencyName.test.js feat(@lion/ui): getLocalizeManager method, for side-effect-free localize 2023-02-01 16:06:30 +01:00
getDecimalSeparator.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
getFractionDigits.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
getGroupSeparator.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
getSeparatorsFromNumber.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
parseNumber.test.js fix(localize): parseNumbers as heuristic if there is only 1 separator and 2 or less decimals e.g. 12.34 (#1976) 2023-05-17 12:07:00 +02:00