File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export default MyComponent
123
123
| ------------------- | -------------------------------------------------------------------------------------- | ------------------ | ----------- | --------- |
124
124
| ` suggestions ` | A collection of HTML elements or React components used for search suggestions | React.ReactNode[ ] | | Y |
125
125
| ` id ` | ID for entire component | string | ` undefined ` | N |
126
- | ` type ` | Input type | 'search' \| 'text' | ` search ` | N |
126
+ | ` type ` | Input type | 'search' \| 'text' | ` ' search' ` | N |
127
127
| ` className ` | Optional class name to style component | string | ` '' ` | N |
128
128
| ` name ` | Input name | string | ` 'q' ` | N |
129
129
| ` placeholder ` | Input placeholder | string | ` 'Search' ` | N |
You can’t perform that action at this time.
0 commit comments