mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Fix default 'Search' placeholder
This commit is contained in:
parent
961e32241d
commit
1dface0485
@ -308,7 +308,7 @@ var et2_link_entry = et2_inputWidget.extend({
|
||||
"blur": {
|
||||
"name": "Placeholder",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"default": et2_no_init,
|
||||
"description": "This text get displayed if an input-field is empty and does not have the input-focus (blur). It can be used to show a default value or a kind of help-text."
|
||||
},
|
||||
"query": {
|
||||
|
Loading…
Reference in New Issue
Block a user