mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
If an empty value is passed, make sure text is cleared
This commit is contained in:
parent
e9f4f4f3b3
commit
a33accfdbb
@ -162,6 +162,7 @@ var et2_textbox_ro = et2_valueWidget.extend({
|
||||
set_value: function(_value) {
|
||||
this.value = _value;
|
||||
|
||||
if(!_value) _value = "";
|
||||
this.span.text(_value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user