Skip to content

Commit

Permalink
fix(docs): nonInput is by default (#581)
Browse files Browse the repository at this point in the history
hongbo-miao authored and valorkin committed Jun 6, 2016

Verified

This commit was signed with the committer’s verified signature.
knqyf263 Teppei Fukuda
1 parent 9d1ad00 commit b23ced0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown/readme.md
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ export const DROPDOWN_DIRECTIVES: Array<any> = [Dropdown, DropdownMenu, Dropdown

### Dropdown properties
- `isOpen` (`?boolean=false`) - if `true` dropdown will be opened
- `autoClose` (`?string='always'`) - behaviour vary:
- `autoClose` (`?string='nonInput'`) - behaviour vary:
* `nonInput` - (default) automatically closes the dropdown when any of its elements is clicked — as long as the clicked element is not an `input` or a `textarea`.
* `always` - automatically closes the dropdown when any of its elements is clicked
* `outsideClick` - closes the dropdown automatically only when the user clicks any element outside the dropdown

0 comments on commit b23ced0

Please sign in to comment.