Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
b49d84e1
Commit
b49d84e1
authored
Apr 12, 2019
by
iamkun
Committed by
hetech
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Update Form custom validator doc (#15040)
parent
9532975f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/docs/en-US/form.md
examples/docs/en-US/form.md
+1
-1
examples/docs/es/form.md
examples/docs/es/form.md
+1
-1
examples/docs/fr-FR/form.md
examples/docs/fr-FR/form.md
+1
-1
examples/docs/zh-CN/form.md
examples/docs/zh-CN/form.md
+1
-1
No files found.
examples/docs/en-US/form.md
View file @
b49d84e1
...
...
@@ -382,7 +382,7 @@ This example shows how to customize your own validation rules to finish a two-fa
:::
:::tip
See more advanced usage of validation rules at
[
async-validator
](
https://github.com/yiminghe/async-validator
)
。
Custom validate callback function must be called. See more advanced usage at
[
async-validator
](
https://github.com/yiminghe/async-validator
)
.
:::
### Delete or add form items dynamically
...
...
examples/docs/es/form.md
View file @
b49d84e1
...
...
@@ -389,7 +389,7 @@ Este ejemplo muestra cómo personalizar sus propias reglas de validación para f
:::
:::tip
Ver más sobre el uso avanzado de la validacion de reglas en
[
async-validator
](
https://github.com/yiminghe/async-validator
)
.。
Custom validate callback function must be called. See more advanced usage at
[
async-validator
](
https://github.com/yiminghe/async-validator
)
.
:::
### Eliminar o agregar validaciones dinamicamente
...
...
examples/docs/fr-FR/form.md
View file @
b49d84e1
...
...
@@ -382,7 +382,7 @@ Cet exemple montre comment vous pouvez personnaliser vos règles de validation p
:::
:::tip
See more advanced usage of validation rules at
[
async-validator
](
https://github.com/yiminghe/async-validator
)
。
Custom validate callback function must be called. See more advanced usage at
[
async-validator
](
https://github.com/yiminghe/async-validator
)
.
:::
### Ajouter ou supprimer des champs dynamiquement
...
...
examples/docs/zh-CN/form.md
View file @
b49d84e1
...
...
@@ -378,7 +378,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h
:::
:::tip
校验规则
更多高级用法可参考
[
async-validator
](
https://github.com/yiminghe/async-validator
)
。
自定义校验 callback 必须被调用。
更多高级用法可参考
[
async-validator
](
https://github.com/yiminghe/async-validator
)
。
:::
### 动态增减表单项
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment