Skip to content

Commit 56511f8

Browse files
fix(readme): update prop description typo (#730)
1 parent 65c96dd commit 56511f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default () => (
7777
| animation | dropdown animation name. only support slide-up now | String | '' |
7878
| transitionName | dropdown css animation name | String | '' |
7979
| choiceTransitionName | css animation name for selected items at multiple mode | String | '' |
80-
| dropdownMatchSelectWidth | whether dropdown's with is same with select | bool | true |
80+
| dropdownMatchSelectWidth | whether dropdown's width is same with select | bool | true |
8181
| dropdownClassName | additional className applied to dropdown | String | - |
8282
| dropdownStyle | additional style applied to dropdown | Object | {} |
8383
| dropdownAlign | additional align applied to dropdown | Object | {} |

0 commit comments

Comments
 (0)