Answer the question
In order to leave comments, you need to log in
How to change the values of options for ControlValueAccessor from the outside?
I have a custom form control of the type select list:
export class BadgeFormControlComponent implements ControlValueAccessor {
}
<app-badge-form-control [options]="selectedReglaments" formControlName="reglamentid"></app-badge-form-control>
[options]="selectedReglaments"
[options]="selectedReglaments"
variable - but you don’t want to create an extra selectedReglaments variable in the external component
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question