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
I have a Tabbed Content. The first Tab contains a DataTable with some BINDINGS:
("s", "switchSecondTab", "Switch to Second tab"),
When the DataTable is active and i press "s", the GUi is switching to the second tab and instantly back to the first tab.
Reverting this MR solves the issue: #4599
The text was updated successfully, but these errors were encountered:
Thank you for your issue. Give us a little time to review it.
PS. You might want to check the FAQ if you haven't done so already.
This is an automated reply, generated by FAQtory
Sorry, something went wrong.
Can I just check, I assume your tab pane includes other widgets than just the DataTable?
This sounds possibly like a duplicate of #4955?
Yes, i am also have input fields in the Tab Pane.
No branches or pull requests
I have a Tabbed Content.
The first Tab contains a DataTable with some BINDINGS:
When the DataTable is active and i press "s", the GUi is switching to the second tab and instantly back to the first tab.
Reverting this MR solves the issue: #4599
The text was updated successfully, but these errors were encountered: