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!

1
Vote


In my application I am dynamically adding tabs via the api. I have found that if I try to rename my dynamically added tabs, using the API, the tab names do not update on the screen. I have created a StackBlitz to reproduce this issue (https://stackblitz.com/edit/react-ts-ixwsrv?file=Hello.tsx).


Follow these steps to reproduce:

  1. Open the link to the StackBlitz above.
  2. Click the "Add Tab" button 5 times to add 5 tabs to the TabComponent.
  3. Verify that you see 5 new tabs with each tab having a different header and content.
  4. Click the "Rename All Tabs" button once.
  5. All 5 tabs should have been renamed after clicking the button but only the first tab gets renamed.


Empty