egroupware_official/api/js/etemplate/Et2Textbox
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
..
test Et2Number formatting fixes 2024-12-03 10:14:13 -07:00
Et2Number.md Fix Et2Number had lost its spinner buttons 2024-08-20 16:09:22 -06:00
Et2Number.ts Et2Number formatting fixes 2024-12-03 10:14:13 -07:00
Et2NumberReadonly.ts Et2NumberReadonly: Right-align 2024-08-07 15:15:58 -06:00
Et2Password.ts disable user-password popup for plaintext passwords (no need) and set disabled, if password field is readonly from server-side 2023-11-02 17:16:34 +02:00
Et2Searchbox.ts Fix et2-selectbox was not properly firing clear events 2024-09-26 14:14:08 -06:00
Et2Textbox.md * Add masking to Et2Textbox & Et2Number 2024-08-02 16:24:52 -06:00
Et2Textbox.ts ET2Textbox: Fix textbox & searchbox did not update after value was changed programmatically 2024-09-27 09:44:53 -06:00
Et2TextboxReadonly.ts never translate readonly textbox or textarea 2024-07-31 20:17:26 +02:00