Skip to content

Commit 084e367

Browse files
authored
Merge pull request react-toolbox#985 from twolfe2/patch-1
Error in allowBlank
2 parents 3c08c88 + f0f996e commit 084e367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you want to provide a theme via context, the component key is `RTDropdown`.
3939

4040
| Name | Type | Default | Description |
4141
|:-------------|:-----------|:--------|:------------|
42-
| `allowBlank` | `Boolean` | `true` | If true the dropdown will preselect the first item if the supplied value matches none of the options' values.|
42+
| `allowBlank` | `Boolean` | `true` | If false the dropdown will preselect the first item if the supplied value matches none of the options' values.|
4343
| `auto` | `Boolean` | `true` | If true, the dropdown will open up or down depending on the position in the screen.|
4444
| `className` | `String` | `''` | Set the class to give custom styles to the dropdown.|
4545
| `disabled` | `Boolean` | `false` | Set the component as disabled.|

0 commit comments

Comments
 (0)