From c46b66c9098c3fcce09fef0f9026cbfea66913fd Mon Sep 17 00:00:00 2001 From: Amit Dhamu Date: Fri, 18 Mar 2022 14:56:26 +0000 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec062e1..a4e9755 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ export default MyComponent | ------------------- | -------------------------------------------------------------------------------------- | ------------------ | ----------- | --------- | | `suggestions` | A collection of HTML elements or React components used for search suggestions | React.ReactNode[] | | Y | | `id` | ID for entire component | string | `undefined` | N | -| `type` | Input type | 'search' \| 'text' | `search` | N | +| `type` | Input type | 'search' \| 'text' | `'search'` | N | | `className` | Optional class name to style component | string | `''` | N | | `name` | Input name | string | `'q'` | N | | `placeholder` | Input placeholder | string | `'Search'` | N |