1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-07 19:30:04 +02:00

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

This commit is contained in:
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

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}