Altinn / app-template-dotnet

Altinn Studio application template
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Custom validation errors isn't rendered inline with the data field #46

Open simendsjo opened 2 years ago

simendsjo commented 2 years ago

Breaking the required invariant yields the following

image

But a custom validation message pointing at the data field, will just list it at the top of the form, but not inline with the field:

image

image

FinnurO commented 1 year ago

https://github.com/Altinn/app-frontend-react/issues/555