Skip to content

Commit c46b66c

Browse files
committed
Update Readme
1 parent ba44e3e commit c46b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default MyComponent
123123
| ------------------- | -------------------------------------------------------------------------------------- | ------------------ | ----------- | --------- |
124124
| `suggestions` | A collection of HTML elements or React components used for search suggestions | React.ReactNode[] | | Y |
125125
| `id` | ID for entire component | string | `undefined` | N |
126-
| `type` | Input type | 'search' \| 'text' | `search` | N |
126+
| `type` | Input type | 'search' \| 'text' | `'search'` | N |
127127
| `className` | Optional class name to style component | string | `''` | N |
128128
| `name` | Input name | string | `'q'` | N |
129129
| `placeholder` | Input placeholder | string | `'Search'` | N |

0 commit comments

Comments
 (0)