Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
After interacting with dropdownlist component and routing the page, the textbox component is not able to interact with mouse action.
Sample link: https://stackblitz.com/edit/react-ut4jux?file=Home.js
Replication procedure:
1. Run the sample.
2. Change the dropdownlist component value using mouse action.
3. Now click the “Test” page link to navigate another page.
4. Now reopen the “Home” page and click the input component to focus.
5. See the issue
Expected: the component interaction must be work
Output: the component interaction does not work.
Note: the same scenario worked on keyboard interactions.