forked from 0x2620/pandora
fix #1807 (Find clear button needs tooltip)
This commit is contained in:
parent
8bf1389973
commit
e2fd066766
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ pandora.ui.findElement = function() {
|
||||||
autocompleteSelectMaxWidth: 256,
|
autocompleteSelectMaxWidth: 256,
|
||||||
autocompleteSelectSubmit: true,
|
autocompleteSelectSubmit: true,
|
||||||
clear: true,
|
clear: true,
|
||||||
|
clearTooltip: Ox._('Click to clear or doubleclick to reset query'),
|
||||||
id: 'input',
|
id: 'input',
|
||||||
placeholder: findKey == 'advanced' ? Ox._('Edit Query...') : '',
|
placeholder: findKey == 'advanced' ? Ox._('Edit Query...') : '',
|
||||||
value: findValue,
|
value: findValue,
|
||||||
|
|
Loading…
Reference in a new issue