Skip to content

Commit

Permalink
fix(form:autocomplete): fix verify form in typing (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed May 25, 2019
1 parent 4f4c4f9 commit 3371168
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@
[attr.disabled]="disabled"
[nzSize]="ui.size"
[(ngModel)]="typing"
(ngModelChange)="setValue($event)"
[attr.maxLength]="schema.maxLength || null"
[attr.placeholder]="ui.placeholder"
autocomplete="off">
Expand Down

0 comments on commit 3371168

Please sign in to comment.