Merge pull request #174 from silvenon/patch-1

Add example use case for require="isFalse"
This commit is contained in:
Christian Alfoni 2015-09-12 16:33:09 +02:00
commit 3791b1976f
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