Project

General

Profile

« Previous | Next » 

Revision 55964

[Library|Trunk]

Merge into trunk branch angular7 rev 55729

View differences:

my-date-picker.input.auto.fill.directive.ts
64 64
    }
65 65

  
66 66
    private setInputValue(val: string): void {
67
      console.info(val);
67 68
        this.rndr.setElementProperty(this.el.nativeElement, "value", val);
69
        //this.rndr.setProperty(this.el.nativeElement, "value", val);
68 70
    }
69 71
}

Also available in: Unified diff