diff --git a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md index e44e09da3..05d5a2d3c 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md +++ b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Fixed + +- Fixed VoiceOver/TalkBack not announcing the clear text button and text input value. + ## [2.0.0] - 2024-12-3 ### Changed diff --git a/packages/pluggableWidgets/gallery-text-filter-native/package.json b/packages/pluggableWidgets/gallery-text-filter-native/package.json index e7e10fa5a..a03cd0d9c 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/package.json +++ b/packages/pluggableWidgets/gallery-text-filter-native/package.json @@ -1,7 +1,7 @@ { "name": "gallery-text-filter-native", "widgetName": "GalleryTextFilter", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx b/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx index 0ad58a266..c12e5485b 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx +++ b/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx @@ -95,6 +95,8 @@ export default function FilterComponent(props: FilterComponentProps): ReactEleme /> {value !== "" ? ( - +