From 7a9c08c4ad0976f6055e45c409dcb5b0c4e39d2e Mon Sep 17 00:00:00 2001 From: Tefferson Date: Sun, 26 Apr 2020 13:54:04 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18fa2b..5d9f743 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ export default Example; | `isLoading` | show spinner on select | `boolean` | `false` | | `shouldToggleOnHover` | toggle dropdown on hover option | `boolean` | `false` | | `overrideStrings` | Override default strings for i18n | `object` | | -| `onChange` | onChhange callback | `function` | | +| `onChange` | onChange callback | `function` | | | `disabled` | disable dropdown | `boolean` | `false` | | `selectAllLabel` | _select all_ label | `string` | | | `disableSearch` | hide search textbox | `boolean` | `false` |