Merge pull request #985 from twolfe2/patch-1

Error in allowBlank
old
Javi Velasco 2016-11-22 08:43:05 +01:00 committed by GitHub
commit 084e367bb7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ If you want to provide a theme via context, the component key is `RTDropdown`.
| Name | Type | Default | Description |
|:-------------|:-----------|:--------|:------------|
| `allowBlank` | `Boolean` | `true` | If true the dropdown will preselect the first item if the supplied value matches none of the options' values.|
| `allowBlank` | `Boolean` | `true` | If false the dropdown will preselect the first item if the supplied value matches none of the options' values.|
| `auto` | `Boolean` | `true` | If true, the dropdown will open up or down depending on the position in the screen.|
| `className` | `String` | `''` | Set the class to give custom styles to the dropdown.|
| `disabled` | `Boolean` | `false` | Set the component as disabled.|