Skip to content

Commit 7e041ef

Browse files
Merge pull request #349 from UiPath/fix/accesible-remove-chip
Fix/accesible remove chip
2 parents 500a74f + 421eb66 commit 7e041ef

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v14.7.12 (2023-05-17)
2+
* **suggest** remove chip remove button from tabindex
3+
14
# v14.7.11 (2023-05-17)
25
* **feat** add tabIndex to matIcons with matTooltips in UiAutoAccessibleLabelDirective
36

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "14.7.11",
3+
"version": "14.7.12",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"

projects/angular/components/ui-suggest/src/ui-suggest.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@
116116
<span>
117117
{{ intl.translateLabel(option.text) }}
118118
</span>
119-
<button matChipRemove>
119+
<button [attr.aria-hidden]="true"
120+
matChipRemove
121+
tabindex="-1">
120122
<mat-icon>close</mat-icon>
121123
</button>
122124
</mat-chip>

projects/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "14.7.11",
3+
"version": "14.7.12",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)