From 83982cd9388d0fe356ce0ecab2a7cb896aec1611 Mon Sep 17 00:00:00 2001 From: Min Thet Naing Date: Wed, 1 Feb 2023 10:19:05 +0630 Subject: [PATCH] Remove duplicate line from readme --- README.md | 1 - 1 file changed, 1 deletion(-) 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. |