You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some field names containing a dot (e.g. 'selected.days') and errors for the field wouldn't show up with the FieldErrors component, even though there were in the $errors superform store. Took me a while to figure out that this was the problem. If you look at the reproduction, you can see that the errors for 'selected.days' don't show up while those for 'selected_days' do.
Not a huge problem, just thought you would like to know.
Describe the bug
I had some field names containing a dot (e.g.
'selected.days'
) and errors for the field wouldn't show up with theFieldErrors
component, even though there were in the$errors
superform store. Took me a while to figure out that this was the problem. If you look at the reproduction, you can see that the errors for'selected.days'
don't show up while those for'selected_days'
do.Not a huge problem, just thought you would like to know.
Reproduction
https://www.sveltelab.dev/b5irrkkah44mgiy
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: