Skip to content
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

Expose VaValidationMessagesList #2878

Open
m0ksem opened this issue Jan 18, 2023 · 1 comment
Open

Expose VaValidationMessagesList #2878

m0ksem opened this issue Jan 18, 2023 · 1 comment
Assignees
Labels
feature Something useful to end user implementation Requires implementation

Comments

@m0ksem
Copy link
Contributor

m0ksem commented Jan 18, 2023

Would be nice to have exposed validation messages list if user have some specific component, but it required validation:

<va-form v-model="isValid">
...
<va-validation-messages v-model="thing"  :rules="[(v) => lowpoly && v.vertext.length < 12000 || 'For lowpoly this is a little big object']">
   <My3DObjectUserSelect v-model="thing" />
</va-validation-message>
...
</va-form>

This may work with components, that have some pickers from canvas, some non-vuestic wsyiwyg etc.

@m0ksem m0ksem added feature Something useful to end user team discussion Feedback wanted labels Jan 18, 2023
@asvae asvae added implementation Requires implementation and removed team discussion Feedback wanted labels Jan 19, 2023
@aluarius
Copy link
Contributor

See also #2240

@m0ksem m0ksem self-assigned this Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something useful to end user implementation Requires implementation
Projects
None yet
Development

No branches or pull requests

3 participants