Skip to content

Commit 0f5dc99

Browse files
committed
Fixed validityChange not firing in input-dropdown
1 parent 04d4987 commit 0f5dc99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openbullet2-web-client/src/app/shared/components/input-dropdown/input-dropdown.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class InputDropdownComponent<T> {
3131
valueChanged() {
3232
this.notifyTouched();
3333
this.ngModelChange.emit(this.ngModel!);
34+
this.validityChange.emit({ key: this.key, valid: true });
3435
}
3536

3637
computeItemClass(): string {

0 commit comments

Comments
 (0)