You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a React application using "react app rewired".
I was trying to integrate react-aria-modal component. Modal is appearing properly, but when running JAWS, it is reading "clickable" at the end of each line of text message in modal.
Is this a known issue? While searching, I found this could be a issue when any parent has click function, so I removed everything from the page and just had modal; still same issue :(
Please let me know if I am doing anything wrong or if there is a solution for this problem.
React version: 16.13.1
App created using: react-app-rewired
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am developing a React application using "react app rewired".
I was trying to integrate react-aria-modal component. Modal is appearing properly, but when running JAWS, it is reading "clickable" at the end of each line of text message in modal.
Is this a known issue? While searching, I found this could be a issue when any parent has click function, so I removed everything from the page and just had modal; still same issue :(
Please let me know if I am doing anything wrong or if there is a solution for this problem.
React version: 16.13.1
App created using: react-app-rewired
Thanks.
The text was updated successfully, but these errors were encountered: