Project

General

Profile

« Previous | Next » 

Revision 60953

[Library | Trunk]: Input component if it is checkbox set false value on null

View differences:

input.component.ts
280 280
      }
281 281
    }));
282 282
    if (!this.formControl.value) {
283
      this.formControl.setValue('');
283
      this.formControl.setValue((this.type === "checkbox")?false:'');
284 284
    }
285 285
  }
286 286
  

Also available in: Unified diff