Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamu committed Mar 18, 2022
1 parent ba44e3e commit c46b66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c46b66c

Please sign in to comment.