Skip to content

Commit 73f88a3

Browse files
committed
[NAE-1716] Autocomplete component not working properly on enumration_map field
- added change call on focus
1 parent 133df2d commit 73f88a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/netgrif-components/src/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[formControl]="formControlRef"
99
[matAutocomplete]="auto"
1010
[required]="enumerationField.behavior.required"
11+
(focus)="change()"
1112
(keyup)="change()">
1213
<mat-autocomplete [displayWith]="renderSelection" autoActiveFirstOption #auto="matAutocomplete">
1314
<mat-option [value]="null">---</mat-option>

0 commit comments

Comments
 (0)