-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Prop rules
for VRating
#20887
Comments
rules
prop for VRating
rules
for VRating
use |
I'm not looking for more workarounds, I'm looking for a consistent API across all user inputs. But thanks for showing me that this exists. Might become useful for custom user input components. |
Ah, well VRating is not a treated like or classified as a form input field in Vuetify. It inherits from Also @b-maslennikov I didn't know about the |
Not every interactive component is a form component. |
Interesting approach. Thanks for sharing. I don't understand why you make a difference between form inputs and other interactive elements that take user input, but ok. |
Problem to solve
VRating
does not have arules
prop as other inputs have. If I want to validate theVRating
input, I have to use the following workaround:It works, but it would be great if this workaround would be unnecessary.
Proposed solution
Add a property
rules
toVRating
that works analog to the other inputs.The text was updated successfully, but these errors were encountered: