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