In React Application when NVDA is on , the accessibility focus is getting lost when using ENTER key, but works with SHIFT + ENTER
I am working on a React application and encountering an accessibility issue with NVDA screen reader. When NVDA is on, the focus is lost after pressing the ENTER key on a button, though it works correctly when pressing SHIFT + ENTER.