From 2ea52408445d5b53cbe0ff414fec02a34fc26ab7 Mon Sep 17 00:00:00 2001 From: xiongmao86 Date: Fri, 28 Apr 2023 15:23:13 +0800 Subject: [PATCH] Add aria-close-label for Chip. --- packages/docs/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/docs/translations/en.json b/packages/docs/translations/en.json index 90d3724af4..c5825671ac 100644 --- a/packages/docs/translations/en.json +++ b/packages/docs/translations/en.json @@ -769,6 +769,7 @@ "VaChip": { "props": { "closeable": "Provides the ability to close the tag", + "ariaCloseLabel": "The aria-label of close button", "outline": "Applies outline styling", "flat": "Applies flat styling", "icon": "The icon to be displayed inside a tag",