- Feb 08, 2023
-
-
Marte Fossum authored
-
- Jan 26, 2023
-
-
Sivert Kronen Hatteberg authored
-
- Jan 25, 2023
-
-
Marte Fossum authored
-
- Jan 24, 2023
-
-
Marte Fossum authored
-
lass authored
-
- Jan 18, 2023
-
-
Sivert Kronen Hatteberg authored
Enable us to render a spinner while the hook loads
-
- Jan 17, 2023
-
-
Marte Fossum authored
-
Marte Fossum authored
-
- Jan 16, 2023
-
-
Marte Fossum authored
-
Marte Fossum authored
-
- Jan 13, 2023
-
-
Marte Fossum authored
-
- Nov 23, 2022
-
-
Marte Fossum authored
-
- Aug 10, 2022
-
-
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.
-
- Jul 29, 2022
-
-
Tore.Brede authored
-
- Jul 18, 2022
-
-
Sivert Kronen Hatteberg authored
-
Sivert Kronen Hatteberg authored
Using this mode we do not display any error msg before the first blur event. This avoids errors from a partially typed email address.
-
Sivert Kronen Hatteberg authored
-
Sivert Kronen Hatteberg authored
-
- May 25, 2022
-
-
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
-
- May 04, 2022
-
-
Andreas Ellewsen authored
- Things that needed to be wrapped in act are now wrapped in act. - Things that were wrapped more tan once in act, no longer are.
-
- May 02, 2022
-
-
Marte Fossum authored
Issue: GREG-222
-
- Apr 22, 2022
-
-
Marte Fossum authored
- added Autocomplete for easier fill out - added function to concatenate strings for option label - removed unused function getOuName Issue: GREG-235
-
- Apr 19, 2022
-
-
Refactors things to new syntax while not changing anything
-
- Apr 08, 2022
-
-
Marte Fossum authored
Issue: GREG-240
-
Marte Fossum authored
Issue: GREG-240
-
- Apr 07, 2022
-
-
Tore.Brede authored
-
- Mar 24, 2022
-
-
Tore.Brede authored
-
- Mar 11, 2022
-
-
Jonas Braathen authored
Relabel the invitation resend button to make its purpose more clear.
-
- Mar 04, 2022
-
-
Andreas Ellewsen authored
-
Andreas Ellewsen authored
Adding a role without selecting either of these makes no sense, and will be refused by the backend accordingly.
-
- Mar 02, 2022
-
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
- Feb 28, 2022
-
-
Andreas Ellewsen authored
-
- Feb 16, 2022
-
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
- Feb 15, 2022
-
-
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
-
Andreas Ellewsen authored
-
- Feb 10, 2022
-
-
Tore.Brede authored
-