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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

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.