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
Right now the property "label" at the "ix-menu-about" item just sets the label at the top. The label inside the menu is not affected.
The text was updated successfully, but these errors were encountered:
@marvingreeven Currently you have to provide the about item label inside the ix-menu
<ix-menu i18nLegal="{{ '~086e3 About and Legal Information' | translate }}"> <ix-menu-about> <ix-menu-about-item label="Tab 1">Content 1</ix-menu-about-item> <ix-menu-about-item label="Tab 2">Content 2</ix-menu-about-item> </ix-menu-about> </ix-menu>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Suggestion / feature request
Right now the property "label" at the "ix-menu-about" item just sets the label at the top.
The label inside the menu is not affected.
The text was updated successfully, but these errors were encountered: