Skip to content

Commit

Permalink
fix(form): add validate exist button disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
genssauer committed Sep 13, 2019
1 parent f5bf6d7 commit 71c8ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@HostListener('click')
onClick() {
if ( !this.button.disabled ) {
if ( this.button.disabled && !this.button.disabled ) {
this.submit.emit();
}
}
Expand Down

0 comments on commit 71c8ddb

Please sign in to comment.