From dd7cd8c0bfe652d293dc2c2b1bd2a36fd9cf0a0b Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 19 Jan 2023 09:31:26 -0500 Subject: [PATCH] fix(fab-button): icon is not announced by screen readers (#26619) resolves #22296 --- core/src/components/fab-button/fab-button.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/src/components/fab-button/fab-button.tsx b/core/src/components/fab-button/fab-button.tsx index 36e870da0e3..b39d67c8dc0 100755 --- a/core/src/components/fab-button/fab-button.tsx +++ b/core/src/components/fab-button/fab-button.tsx @@ -191,7 +191,13 @@ export class FabButton implements ComponentInterface, AnchorInterface, ButtonInt onClick={(ev: Event) => openURL(href, ev, this.routerDirection, this.routerAnimation)} {...inheritedAttributes} > - +