- Feb 08, 2024
-
-
Konrad Mohrfeldt authored
-
- Feb 07, 2024
-
-
Konrad Mohrfeldt authored
refs #242
-
- Jan 26, 2024
-
-
Konrad Mohrfeldt authored
-
- Nov 08, 2023
-
-
Konrad Mohrfeldt authored
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
The FormGroup’s save-indicator would jump around when used in combination with the FormTable. We now have a more tight coupling for these components so that the FormTable can influence the FormGroup’s rendering.
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Bootstrap only displays form group errors if the .invalid-feedback element is preceded by a .is-invalid element. That is an uncessary restriction and we can simply enforce the errors to be displayed if it is rendered.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 17, 2023
-
-
Konrad Mohrfeldt authored
-
- Jun 16, 2023
-
-
Konrad Mohrfeldt authored
Django rest framework would sometimes return objects like this { "email": ["Gib eine gültige E-Mail Adresse an."] } which we didn’t properly handle.
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
These form components still use bootstrap CSS classes but are part of our effort to move away from bootstrap. refs #140
-