Add example use case for require="isFalse"

This commit is contained in:
Matija Marohnić 2015-07-26 16:44:58 +02:00
parent e38154f73a
commit dcac01159a
1 changed files with 1 additions and 1 deletions

2
API.md
View File

@ -250,7 +250,7 @@ A property that tells the form that the form input component value is required.
```html
<MyInputComponent name="email" required="isFalse"/>
```
Would be typical for a checkbox type of form element.
Would be typical for a checkbox type of form element that must be checked, e.g. agreeing to Terms of Service.
#### <a name="getvalue">getValue()</a>
```javascript