forked from extern/egroupware
Only set taglist empty label for editable widgets
This commit is contained in:
parent
a2fece2e35
commit
68b83de1ec
@ -145,7 +145,7 @@ var et2_selectbox = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
{
|
{
|
||||||
this.createInputWidget();
|
this.createInputWidget();
|
||||||
}
|
}
|
||||||
if(!this.options.empty_label && this.options.multiple)
|
if(!this.options.empty_label && !this.options.readonly && this.options.multiple)
|
||||||
{
|
{
|
||||||
this.options.empty_label = this.egw().lang('Select some options');
|
this.options.empty_label = this.egw().lang('Select some options');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user