parent
73dd46b5e3
commit
f395839e2c
2
API.md
2
API.md
|
|
@ -659,6 +659,8 @@ Formsy.addValidationRule('isMoreThan', function (values, value, otherField) {
|
|||
```
|
||||
Returns true if the value is thruthful
|
||||
|
||||
_For more complicated regular expressions (emoji, international characters) you can use [xregexp](https://github.com/slevithan/xregexp). See [this comment](https://github.com/christianalfoni/formsy-react/issues/407#issuecomment-266306783) for an example._
|
||||
|
||||
**isEmail**
|
||||
```jsx
|
||||
<MyInputComponent name="foo" validations="isEmail"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue