Skip to content

Commit 3fdf041

Browse files
author
Edward Xiao
authored
Update README.md
1 parent a08391d commit 3fdf041

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ import { Textbox, Textarea, Radiobox, Checkbox, Select } from 'react-inputs-vali
2323
import 'react-inputs-validation/lib/react-inputs-validation.min.css';
2424
```
2525
# Codesandbox Examples
26-
* <a href="https://codesandbox.io/s/v3wq0llmo3">Online demo form example playground</a>
27-
* <a href="https://codesandbox.io/s/pjom8r78x7">Custom control</a>(when ```check: false```)
28-
* <a href="https://codesandbox.io/s/1r77ozkrk7">Custom function</a>(when providing ```customFunc```)
26+
* <a href="https://codesandbox.io/s/v3wq0llmo3">Example of online demo form playground</a>
27+
* <a href="https://codesandbox.io/s/pjom8r78x7">Example of custom control</a>(when ```check: false```)
28+
* <a href="https://codesandbox.io/s/1r77ozkrk7">Example of custom function</a>(when providing ```customFunc```)
2929
* <a href="https://codesandbox.io/s/custom-function-further-control-when-providing-customfunc-yjwch">Custom function further control</a>(when providing ```customFunc```)
30-
* <a href="https://codesandbox.io/s/q9vqmk4j84">Custom locales</a>(when providing ```window.REACT_INPUTS_VALIDATION['customErrorMessage']```)
31-
* <a href="https://codesandbox.io/s/13qo2rqxjj">Phone and email validation example</a>(handled with ```customFunc```)
32-
* <a href="https://codesandbox.io/s/asyncmsgobj-blmce">asyncMsgObj example</a>(when providing ```asyncMsgObj```)
30+
* <a href="https://codesandbox.io/s/q9vqmk4j84">Example of custom locales</a>(when providing ```window.REACT_INPUTS_VALIDATION['customErrorMessage']```)
31+
* <a href="https://codesandbox.io/s/13qo2rqxjj">Example of phone and email validation</a>(handled with ```customFunc```)
32+
* <a href="https://codesandbox.io/s/async-checking-via-customfunc-emqgw">Example of checking username existence (suggest not using asyncMsgObj) </a>(handled with ```customFunc```)
33+
* <a href="https://codesandbox.io/s/asyncmsgobj-blmce">Example of asyncMsgObj </a>(when providing ```asyncMsgObj```)
3334

3435
# Docs Link
3536
[Textbox](#Textbox)

0 commit comments

Comments
 (0)