Guest User

Untitled

a guest
Oct 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <input type="text" [formControl]="_control" (keypress)="onKeyPress($event)" (blur)="onInputBlur($event)" (keydown)="onKeyDown($event)"
  2. (input)="handleInputChange($event)" (paste)="handleInputChange($event)" (focus)="onInputFocus($event)" [readonly]="readonly"
  3. [attr.required]="required" [attr.placeholder]="placeholder" />
Add Comment
Please, Sign In to add comment