diff --git a/README.md b/README.md index d7aa5da..a85b7b2 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,6 @@ This table shows all the options available in react-tailwindcss-select. | `isDisabled` | `Boolean` | `false` | Indicates if you can disable the select field. | | `isMultiple` | `Boolean` | `false` | Indicates if you can do a multiple selection. | | `isSearchable` | `Boolean` | `true` | Indicates if you can search the elements of the select field. | -| `isSearchable` | `Boolean` | `true` | Indicates if you can search the elements of the select field. | | [`formatGroupLabel`](#formatGroupLabel) | `Function` | `null` | Allows you to use a custom rendering template for each subgroup title | | [`formatOptionLabel`](#formatOptionLabel) | `Function` | `null` | Allows you to use a custom rendering template for each option in the list | | `loading` | `Boolean` | `false` | Indicates if you want a loader to appear in the field. |