Update apps/showcase/doc/forms/ResolversDoc.vue

Docs: Scentence typo update

Co-authored-by: Grant <grant.brown@outlook.com>
pull/6711/head
Sivareddy Uppathi 2024-11-05 16:50:36 +05:30 committed by GitHub
parent a6afe496d8
commit 877d9a197b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Validations are implemented with the <i>resolver</i> property. A custom resolver is responsible for handling the validation and returning an <i>errors</i> object with key-value pairs where key is the form field name and value is an array
of error object data. For productivity, we recommend using a schema validation library instead of building your own custom validation logic. The forms library provide built-in resolvers for popular options including
<a href="https://zod.dev/">Zod</a>, <a href="https://github.com/jquense/yup">Yup</a>, <a href="https://joi.dev/">Joi</a>, <a href="https://valibot.dev/">Valibot</a>, and <a href="https://docs.superstructjs.org/">Superstruct</a> that can
be be imported from <i>@primevue/forms/resolvers</i> path.
be imported from <i>@primevue/forms/resolvers</i> path.
</p>
</DocSectionText>
<div class="card flex flex-col items-center gap-5">