mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
If an empty value is passed, make sure text is cleared
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user