Skip to content

Commit

Permalink
fix: save button enabled now when editing entity reference fields lik…
Browse files Browse the repository at this point in the history
…e note participants or authors (#1869)

editing entity array correctly marks a form as dirty
  • Loading branch information
TheSlimvReal authored May 2, 2023
1 parent d9523c9 commit 3fe12a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<app-entity-select
[entityType]="entityName"
[selection]="formControl.value"
(selectionChange)="formControl.setValue($event)"
(selectionChange)="formControl.setValue($event); formControl.markAsDirty()"
[disabled]="formControl.disabled"
[label]="label"
[placeholder]="placeholder"
Expand Down

0 comments on commit 3fe12a1

Please sign in to comment.