Frontend Validation #3376
rak-phillip
started this conversation in
Research
Replies: 3 comments 1 reply
-
I would expect that the messages users get via the API or |
Beta Was this translation helpful? Give feedback.
1 reply
-
Issue #2540 has more details about various validations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@torchiaf to look at the validation libraries to see if they can help us out here. |
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
-
Validating inputs is a topic that has been raised multiple times in the past 1, yet we still don't have a solution for this problem. I think it would make sense to settle on an approach.
Why do we need a validation library
Rancher Desktop has multiple patterns for conveying invalid values in inputs. We can improve by applying a consistent design.
Examples
Validation Libraries
Utilizing existing validation libraries can simplify the task of adding validation to existing forms, allowing us time to focus on the design and UX of validation messages. Some popular validation libraries for vue include
Footnotes
https://github.com/rancher-sandbox/rancher-desktop/pull/2579#discussion_r926930482 ↩
Beta Was this translation helpful? Give feedback.
All reactions