Skip to content

Commit

Permalink
fix(module:input): fix input touched property (#129)
Browse files Browse the repository at this point in the history
close #65 close #117
  • Loading branch information
vthinkxie authored Aug 22, 2017
1 parent 9a1de83 commit 143c080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/nz-input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class NzInputComponent implements AfterContentInit, ControlValueAccessor

_emitBlur($event) {
this.nzBlur.emit($event);
this.onTouched();
}

_emitFocus($event) {
Expand Down

0 comments on commit 143c080

Please sign in to comment.