How to hide validation message container #14401
Unanswered
sShakar
asked this question in
General - Components / Directives / etc
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Please make a codepen |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to have validation rules for my input fields with the red indicators and the error-icon but I do not want to have an error message container. Would you please let me know how to remove the message container which have the classes
q-field__bottom row items-start q-field__bottom--animated
.I have tried to override/extend the existing classes by adding
display: none;
but it's not working.Beta Was this translation helpful? Give feedback.
All reactions