We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c96dd commit 56511f8Copy full SHA for 56511f8
README.md
@@ -77,7 +77,7 @@ export default () => (
77
| animation | dropdown animation name. only support slide-up now | String | '' |
78
| transitionName | dropdown css animation name | String | '' |
79
| choiceTransitionName | css animation name for selected items at multiple mode | String | '' |
80
-| dropdownMatchSelectWidth | whether dropdown's with is same with select | bool | true |
+| dropdownMatchSelectWidth | whether dropdown's width is same with select | bool | true |
81
| dropdownClassName | additional className applied to dropdown | String | - |
82
| dropdownStyle | additional style applied to dropdown | Object | {} |
83
| dropdownAlign | additional align applied to dropdown | Object | {} |
0 commit comments