Skip to content

Commit bf46c3a

Browse files
Merge pull request #350 from UiPath/fix/accesible-x-icon-14-5
Fix/accesible x icon 14 5
2 parents 359cd48 + 384d5d8 commit bf46c3a

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.5.7 (2023-05-17)
2+
* **suggest** remove chip remove button from tabindex
3+
14
# v14.5.6 (2023-05-10)
25
* **fix** display outline on suggest grid filter
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.5.6",
3+
"version": "14.5.7",
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
@@ -113,7 +113,9 @@
113113
<span>
114114
{{ intl.translateLabel(option.text) }}
115115
</span>
116-
<button matChipRemove>
116+
<button [attr.aria-hidden]="true"
117+
matChipRemove
118+
tabindex="-1">
117119
<mat-icon>close</mat-icon>
118120
</button>
119121
</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.5.6",
3+
"version": "14.5.7",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)