Skip to content
Snippets Groups Projects
  1. Feb 08, 2023
  2. Jan 26, 2023
  3. Jan 25, 2023
  4. Jan 24, 2023
  5. Jan 18, 2023
  6. Jan 17, 2023
  7. Jan 16, 2023
  8. Jan 13, 2023
  9. Nov 23, 2022
  10. Aug 10, 2022
    • Andreas Ellewsen's avatar
      Switch forms to onTouched mode · e0fcb3b1
      Andreas Ellewsen authored
      By using onTouched mode validation does not complain about invalid
      values until the users have changed focus from the field. Doing it this
      way we don't complain about values until the user tries to use an
      invalid one.
      
      Does not work for all fields. For that to be the case, we will have to
      do some clean up of controlled and uncontrolled values.
      e0fcb3b1
  11. Jul 29, 2022
  12. Jul 18, 2022
  13. May 25, 2022
    • Andreas Ellewsen's avatar
      Show invalid email status for invites in frontend · d5984d30
      Andreas Ellewsen authored
      Introduces the invalid field on the Identity model. The field is used to
      indicate that the Identity is in invalid. This is useful when a value is
      not a working value, even though the value passes validation checks,
      like unused national id numbers, emails tied to non-existing domains,
      etc.
      
      Resolves: GREG-252
      d5984d30
  14. May 04, 2022
  15. May 02, 2022
  16. Apr 22, 2022
  17. Apr 19, 2022
  18. Apr 08, 2022
  19. Apr 07, 2022
  20. Mar 24, 2022
  21. Mar 11, 2022
  22. Mar 04, 2022
  23. Mar 02, 2022
  24. Feb 28, 2022
  25. Feb 16, 2022
  26. Feb 15, 2022
    • Andreas Ellewsen's avatar
      Make email field validate on change again · 7d64f829
      Andreas Ellewsen authored
      Switches from using a Controller to the simpler uncontrolled setup.
      Label has been set to be permanently shrunk since mui refuses to realise
      that the field has input when using rhf's setValue.
      Validation now happens onChange, alerting the user while typing.
      Submit button is disabled if you have not touched the field and when the
      content of the field is an invalid email. After submissions, the new
      value is treated as the default, disabling the save button until the
      field has been touched again.
      
      Resolves: GREG-196
      7d64f829
    • Andreas Ellewsen's avatar
      dc1dbdb8
  27. Feb 10, 2022
Loading