Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:quasarframework/quasar into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Aug 5, 2024
2 parents fc16903 + ee087fd commit 6d056c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/vue-components/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Consider coupling async rules with `debounce` prop to avoid calling the async ru
You can also use external validation and only pass `error` and `error-message` (enable `bottom-slots` to display this error message).
::: tip
Depending on your needs, you might connect [Vuelidate](https://vuelidate.netlify.com/) (our recommended approach) or some other validation library to QInput.
Depending on your needs, you might connect [Vuelidate](https://vuelidate-next.netlify.app/) (our recommended approach) or some other validation library to QInput.
:::
<DocExample title="External" file="ValidationExternal" />
Expand Down

0 comments on commit 6d056c5

Please sign in to comment.