-
Notifications
You must be signed in to change notification settings - Fork 601
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
bug: unmatched div tag in menu-item.template.ts #6848
Conversation
@mouseover="${(x, c) => x.handleMouseOver(c.event as MouseEvent)}" | ||
@mouseout="${(x, c) => x.handleMouseOut(c.event as MouseEvent)}" | ||
> | ||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The div is an unnecessary wrapper element and should be removed. If the item is in checkbox or radio mode there will be the input-container
element which serves the same purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, understood I have pushed a new commit, thanks for guidance!
Please run |
Looks like the CLA needs to be accepted as well. |
@kamalrohra can you please accept the CLA and rebase and push your branch? I will merge this once that's complete. Thanks. |
Pull Request
π Description
There was an unmatched div in on line , This pull request is to address the same bug
π« Issues
This pull request is to address the issue #6840
β Checklist
General
$ yarn change
Component-specific