We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c08c88 + f0f996e commit 084e367Copy full SHA for 084e367
components/dropdown/readme.md
@@ -39,7 +39,7 @@ If you want to provide a theme via context, the component key is `RTDropdown`.
39
40
| Name | Type | Default | Description |
41
|:-------------|:-----------|:--------|:------------|
42
-| `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.|
43
| `auto` | `Boolean` | `true` | If true, the dropdown will open up or down depending on the position in the screen.|
44
| `className` | `String` | `''` | Set the class to give custom styles to the dropdown.|
45
| `disabled` | `Boolean` | `false` | Set the component as disabled.|
0 commit comments