WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 301deda

Browse files
authored
feat(docs): Update Vuelidate references to Regle (#18044)
1 parent 809244a commit 301deda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/pages/vue-components/field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Consider coupling async rules with `debounce` prop to avoid calling the async ru
163163
You can also use external validation and only pass `error` and `error-message` (enable `bottom-slots` to display this error message).
164164

165165
::: tip
166-
Depending on your needs, you might connect [Vuelidate](https://vuelidate-next.netlify.app/) (our recommended approach) or some other validation library to QField.
166+
Depending on your needs, you might connect [Regle](https://reglejs.dev/) (our recommended approach) or some other validation library to QField.
167167
:::
168168

169169
<DocExample title="External" file="ValidationExternal" />

docs/src/pages/vue-components/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Consider coupling async rules with `debounce` prop to avoid calling the async ru
308308
You can also use external validation and only pass `error` and `error-message` (enable `bottom-slots` to display this error message).
309309

310310
::: tip
311-
Depending on your needs, you might connect [Vuelidate](https://vuelidate-next.netlify.app/) (our recommended approach) or some other validation library to QInput.
311+
Depending on your needs, you might connect [Regle](https://reglejs.dev/) (our recommended approach) or some other validation library to QInput.
312312
:::
313313

314314
<DocExample title="External" file="ValidationExternal" />

docs/src/pages/vue-components/popup-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Notice we are using the `hide` event to also revalidate the input. If we don't,
7272
:::
7373

7474
::: tip Tip 2
75-
With this example, we are using QInput's external error handling. We could also use QInput's validation prop and emit the value to QPopupEdit's validation prop. The same concept can be implemented, when using Vuelidate too. In other words, the value given to QPopupEdit's validate function can come from anywhere.
75+
With this example, we are using QInput's external error handling. We could also use QInput's validation prop and emit the value to QPopupEdit's validation prop. The same concept can be implemented, when using [Regle](https://reglejs.dev/) external validation library too. In other words, the value given to QPopupEdit's validate function can come from anywhere.
7676
:::
7777

7878
<DocExample title="Edit with validation" file="WithValidation" />

0 commit comments

Comments
 (0)