diff --git a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md index 09499d90d..4a7ced181 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. + ## [2.0.1] - 2025-12-15 - Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. diff --git a/packages/pluggableWidgets/gallery-text-filter-native/package.json b/packages/pluggableWidgets/gallery-text-filter-native/package.json index d00e2da8a..aad1c4a34 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.1", + "version": "2.0.2", "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 e42090147..a37b90d7c 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 !== "" ? ( - +