Skip to content

Commit f7a0f03

Browse files
committed
Merge remote-tracking branch 'origin/release/6.2.2' into NAE-1721
2 parents 79cddc0 + 73f88a3 commit f7a0f03

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)