Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 740 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 740 Bytes

TODOS:

  • A different ValueChangeMode for the TextField are not working well since the value is formatted eagerly and updated to the server side automatically. (if it's not updated automatically with the _onChange then the value is wrong on the server side!).
  • The cursor position might be an issue to be tested. It doesn't work for all the different cases (with delimiters)
  • noImmediatePrefix property is not present in cleave zen (no replacement) - if true, the prefix should not be displayed until the user enters text

Missing from cleave-zen:

  • add leading zero
    • .99 -> 0.99
    • Easy on server side if no pre/postfixes or symbols
  • always display decimals
    • 99 -> 99.00
    • Easy on server side if no pre/postfixes or symbols