mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix missing empty label when no value in readonly selectbox
This commit is contained in:
parent
d0331ca837
commit
fd191888bb
@ -965,6 +965,10 @@ var et2_selectbox_ro = et2_selectbox.extend([et2_IDetachedDOM],
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (this.options.empty_label)
|
||||||
|
{
|
||||||
|
this.span.text(this.options.empty_label);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user