Skip to content

Commit

Permalink
Desktop: Resolves #11644: Add proper type to search input (#11645)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedr authored Jan 18, 2025
1 parent e8e3ef3 commit dc10ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-desktop/gui/lib/SearchInput/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function(props: Props) {
<SearchInput
ref={props.inputRef}
value={props.value}
type="text"
type="search"
placeholder={props.placeholder || _('Search...')}
onChange={onChange}
onFocus={props.onFocus}
Expand Down

0 comments on commit dc10ff6

Please sign in to comment.