-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
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
Title on ui.menu #1577
Comments
Hi @Pooja444 I will assign the issue to you. If you manage to make a valid PR that solves the problem correctly and the PR will get merged, it will count to Hacktoberfest submissions.
Yes, this is the starting point, but it's not going to be the only file changed since you need to add a new attribute. See our contribution guidelines for further info. Note that you are give 4 days before this issue becomes up for grabs again. Good luck! |
@mturoci I have raised a PR for this issue. I tested it locally and have attached the test screenshots to the PR. Kindly review and let me know if I need to make any changes. Thanks for assigning me this issue! |
Closed by #1663 |
I have to make a menu inside a header, but my menu needs to have some title
The solution is to have a parameter named label inside de ui.menu that is added to the chevron on a simple menu style.
the alternative solution that i have, is in one of the items of the header is a ui.inline with two items one ui.text and one ui.menu
image of the pretended menu:
In my alternative the clik event only acts where the chevron icon is clicked, if the menu had a label option the click event will act on the all object of the menu that includes the label and the chevron icon
The text was updated successfully, but these errors were encountered: