mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
Fix placeholder in taglist
This commit is contained in:
parent
0d62972c7f
commit
c19283f5bd
@ -160,7 +160,7 @@ var et2_taglist = et2_selectbox.extend(
|
|||||||
method: 'GET',
|
method: 'GET',
|
||||||
displayField: "label",
|
displayField: "label",
|
||||||
invalidCls: 'invalid ui-state-error',
|
invalidCls: 'invalid ui-state-error',
|
||||||
emptyText: this.options.empty_label,
|
placeholder: this.options.empty_label,
|
||||||
hideTrigger: true,
|
hideTrigger: true,
|
||||||
noSuggestionText: this.egw().lang("No suggestions"),
|
noSuggestionText: this.egw().lang("No suggestions"),
|
||||||
required: this.options.required,
|
required: this.options.required,
|
||||||
|
Loading…
Reference in New Issue
Block a user