lion/packages/ui/components/localize/src/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
..
utils chore: test/lint/swc fixes + changeset providence 2023-11-09 11:38:39 +01:00
formatNumber.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.js feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
getCurrencyName.js feat(@lion/ui): localize side effect free internally 2023-02-01 16:06:30 +01:00
getDecimalSeparator.js feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
getFractionDigits.js feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
getGroupSeparator.js feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
getSeparatorsFromNumber.js feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
normalizeCurrencyLabel.js chore: introduce a component src folder 2022-10-31 16:55:07 +01:00
parseNumber.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