Desktop: Resolves #11644: Add proper type to search input (#11645)

pull/11679/head
pedr 2025-01-18 09:38:45 -03:00 committed by GitHub
parent e8e3ef36ed
commit dc10ff6215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}