Skip to content

Commit

Permalink
176 autocomplete should stay in focus (#177)
Browse files Browse the repository at this point in the history
Make autocomplete options focusable, to get a target != null in focus events
  • Loading branch information
TorbenSiegismund-GIP committed Apr 11, 2024
1 parent 9cdd0e6 commit a99887a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeta",
"title": "Zeta",
"version": "17.0.1",
"version": "17.0.2",
"private": true,
"engines": {
"node": "^18.13.0 || ^20.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
>
<mat-option
*ngFor="let option of filteredOptions | async"
tabindex="0"
[value]="option"
[disabled]="option.disabled || readonly"
[xc-tooltip]="option.showTooltip ? option.name : ''"
Expand Down

0 comments on commit a99887a

Please sign in to comment.