We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16437a8 commit 5ee3463Copy full SHA for 5ee3463
README.md
@@ -15,6 +15,7 @@ import { Textbox, Textarea, Radiobox, Checkbox, Select } from 'react-inputs-vali
15
import 'react-inputs-validation/lib/react-inputs-validation.min.css';
16
```
17
# Codesandbox Examples
18
+* <a href="https://codesandbox.io/s/v3wq0llmo3">Online demo form example playground</a>
19
* <a href="https://codesandbox.io/s/pjom8r78x7">Custom control</a>(when ```check: false```)
20
* <a href="https://codesandbox.io/s/1r77ozkrk7">Custom function</a>(when providing ```customFunc```)
21
* <a href="https://codesandbox.io/s/q9vqmk4j84">Custom locales</a>(when providing ```window.REACT_INPUTS_VALIDATION['customErrorMessage']```)
0 commit comments