Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently, when a user filters data in a grid or table using a Search input and presses Enter, the visual content updates to show filtered results. However, no status message or feedback is announced to assistive technologies (e.g., JAWS, NVDA, VoiceOver). This creates an accessibility gap because screen-reader users are not informed that the results have changed, leading to confusion and reduced usability.
Actual Behavior
The table/grid updates visually to reflect the filtered results.
No announcement is made to indicate that the results have changed.
Focus remains on the Search field with no confirmation that the action succeeded.
Screen-reader users may believe nothing happened.
Expected Behavior
When the table/grid updates, a status message should be announced (e.g., “Results updated” or “Filtered results displayed”).
Screen-reader users should receive clear feedback confirming that their search action was successful.
Focus behavior should remain logical, and users should be able to understand the updated state of the table without guessing.
Impact Without this feature, screen-reader users cannot perceive the updated state of the grid, resulting in poor accessibility and usability