We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabStrip tabs content state is lost when dynamically adding and removing tabs.
This occurs as the tabs keys are set based on their index, but when we dynamically, the index of a tab can change.
We can use another 'unique' identifier for the keys.
More details and a runnable example can be found in ticket 1469381
The text was updated successfully, but these errors were encountered:
Reported again in Ticket ID: 1553920
Sorry, something went wrong.
Reported again
This bad behavior still happened due to TabStripNavigationItem uses index as key
silviyaboteva
No branches or pull requests
TabStrip tabs content state is lost when dynamically adding and removing tabs.
This occurs as the tabs keys are set based on their index, but when we dynamically, the index of a tab can change.
We can use another 'unique' identifier for the keys.
More details and a runnable example can be found in ticket 1469381
The text was updated successfully, but these errors were encountered: