egroupware_official/api/js/etemplate/Et2Textbox/test
nathan 1ea0e7a56c Et2Number formatting fixes
- fix issues with multiple . as thousands separator changed the number on blur.
  eg: 123.456.789 was changed to 123.456,78
- add exception for N.A. numbers entered when "," is decimal separator
  eg: 1.5 assume user meant 1,5 not 1500 or 15.
  Precision is taken into account so if precision=3, assume 1.234 is 1,234 not 1.234,000.
2024-12-03 10:14:13 -07:00
..
Et2Number.test.ts Et2Number formatting fixes 2024-12-03 10:14:13 -07:00
Et2Textbox.test.ts Api: Fix missing required validation & styling 2024-03-15 14:13:56 -06:00
Et2TextboxValues.test.ts Fix missing import in et2 tests 2022-02-15 12:48:01 -07:00