mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix clearing date field does not fire change event
This commit is contained in:
parent
b5c5f3e28a
commit
8a3cda964e
@ -108,8 +108,6 @@ var et2_date = et2_inputWidget.extend(
|
|||||||
// allow 0 as empty-value for date and date-time widgets, as that is used a lot eg. in InfoLog
|
// allow 0 as empty-value for date and date-time widgets, as that is used a lot eg. in InfoLog
|
||||||
_value == 0 && (this._type == 'date-time' || this._type == 'date'))
|
_value == 0 && (this._type == 'date-time' || this._type == 'date'))
|
||||||
{
|
{
|
||||||
_value = null;
|
|
||||||
|
|
||||||
if(this.input_date)
|
if(this.input_date)
|
||||||
{
|
{
|
||||||
this.input_date.val("");
|
this.input_date.val("");
|
||||||
|
Loading…
Reference in New Issue
Block a user