mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Only set taglist empty label for editable widgets
This commit is contained in:
parent
0d5eba3d7d
commit
3daa25ca1a
@ -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