Skip to content

Expose VaValidationMessagesList #2878

Open
@m0ksem

Description

@m0ksem

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.

Metadata

Metadata

Assignees

Labels

featureSomething useful to end userimplementationRequires implementation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions