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
Describe the bug Calling SetTitle twice on NavBar removes description
To Reproduce
layout.getNavBar().setTitle("Test App"); layout.getNavBar().setDescription("Test Desc"); layout.getNavBar().setTitle("Test App2"); layout.getNavBar().setDescription("Test Desc2");
Expected behavior I should be able to change the title and not lose the description element
Screenshots In the screenshots, note that the description element is removed from the DOM after calling setTitle the 2nd time
The text was updated successfully, but these errors were encountered:
fix #947 Calling SetTitle twice on NavBar removes description
816bc36
vegegoku
No branches or pull requests
Describe the bug
Calling SetTitle twice on NavBar removes description
To Reproduce
Expected behavior
I should be able to change the title and not lose the description element
Screenshots
In the screenshots, note that the description element is removed from the DOM after calling setTitle the 2nd time
The text was updated successfully, but these errors were encountered: