Skip to content
Snippets Groups Projects
  1. Apr 27, 2023
    • Andreas Ellewsen's avatar
      Format phone number correctly before submitting · 8ee96ce5
      Andreas Ellewsen authored
      Instead of manually putting together the phone number and hoping we get
      it right, we instead format the number using the phonenumbers library.
      This library is already in use for validation, making it the obvious
      choice. This means that the backend will only receive E.164 formatted
      phonenumbers from now on. In addition, we now ensure that the number is
      in fact a mobile phone number.
      Verified
      8ee96ce5
  2. Mar 08, 2023
  3. Mar 01, 2023
  4. Feb 27, 2023
  5. Feb 26, 2023
  6. Feb 23, 2023
  7. Feb 21, 2023
  8. Feb 15, 2023
  9. Feb 14, 2023
  10. Feb 13, 2023
  11. Feb 08, 2023
  12. Jan 26, 2023
  13. Jan 25, 2023
  14. Jan 24, 2023
  15. Jan 19, 2023
  16. Jan 18, 2023
  17. Jan 17, 2023
  18. Jan 16, 2023
  19. Jan 13, 2023
  20. Jan 11, 2023
  21. Nov 23, 2022
  22. Nov 15, 2022
  23. Oct 20, 2022
  24. Aug 16, 2022
  25. Aug 11, 2022
  26. 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.
      Verified
      e0fcb3b1
  27. Jul 29, 2022
Loading