Replies: 1 comment
-
Some fields unfortunately do not support behavior. I think this is a great start for PR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have simple picture field
If validation fails (picture is required but I didn't upload any) visually I can not see where the error is
If I add some CSS like
Now I can see field is invalid
Same for some other fields
Although I didn't check properly every field for every possible validation rule (only
required
)CSS
:has
is not fully supported yet although it is better have at least some visual feedback than none. However it kinda depends on Bootstrap validation CSS (.was-validated
class, error color) so I'm not sure about this specific implementationBeta Was this translation helpful? Give feedback.
All reactions