We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc84197 commit f549bf2Copy full SHA for f549bf2
examples/react-renderer/src/Autocomplete.tsx
@@ -115,7 +115,9 @@ export function Autocomplete(
115
>
116
<div className="aa-InputWrapperPrefix">
117
<label className="aa-Label" {...autocomplete.getLabelProps({})}>
118
- <SearchIcon />
+ <button className="aa-SubmitButton" type="submit" title="Submit">
119
+ <SearchIcon />
120
+ </button>
121
</label>
122
</div>
123
<div className="aa-InputWrapper">
0 commit comments