From b24c4209a08ed4b904c147949d5742c615811068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Jo=C3=A3o=20Mira=20Paulo?= Date: Mon, 21 Mar 2022 09:41:55 +0000 Subject: [PATCH] fix(readme): update prop description typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e500f50d5..b983ffcab 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ export default () => ( | animation | dropdown animation name. only support slide-up now | String | '' | | transitionName | dropdown css animation name | String | '' | | choiceTransitionName | css animation name for selected items at multiple mode | String | '' | -| dropdownMatchSelectWidth | whether dropdown's with is same with select | bool | true | +| dropdownMatchSelectWidth | whether dropdown's width is same with select | bool | true | | dropdownClassName | additional className applied to dropdown | String | - | | dropdownStyle | additional style applied to dropdown | Object | {} | | dropdownAlign | additional align applied to dropdown | Object | {} |