Always display validation rules even if there are no errors #851
Replies: 5 comments 3 replies
-
Interesting. Wouldn’t using help text be better for this? I would be concerned about how the actual languages of the messages are written would cause users to be very confused. |
Beta Was this translation helpful? Give feedback.
-
The problem I can see is mostly that messages is a validation/error thing already, so if you add that those would already be visible at the start, not only your message. Only thing I can think of that could be interesting in this line of thinking is if messages could tell about the visibility state themselves Because there isn't a validation error to begin with, so why would you show a message ( this is like @justin-schroeder said the helps job ). |
Beta Was this translation helpful? Give feedback.
-
@justin-schroeder @GustavoFenilli using help is probably a better solution. But I don't want to redefine all messages for all types of validations myself, I would like to re-use existing messages. something like :
|
Beta Was this translation helpful? Give feedback.
-
What would happen to those messages when there isn't a validation error? and isn't the |
Beta Was this translation helpful? Give feedback.
-
@justin-schroeder @GustavoFenilli I'm not sure I explain well... does it make sens for you ? is it worth it ? |
Beta Was this translation helpful? Give feedback.
-
idea:
it would be nice to have an option to always show the validation rules.
for example, in a list, I would like users to know that they can specify a maximum of three items before specifying the fourth item.
proposal :
define a new visibility, something like
validation-visibility="permanent"
Beta Was this translation helpful? Give feedback.
All reactions