mirror of https://github.com/laurent22/joplin.git
parent
e8e3ef36ed
commit
dc10ff6215
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue