-
Notifications
You must be signed in to change notification settings - Fork 9
Update FormGroupLayoutLabel.tsx #120
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
base: main
Are you sure you want to change the base?
Update FormGroupLayoutLabel.tsx #120
Conversation
I have made the following changes to improve the working label: 1. added stop propagation() on onClick to avoid toggle the parent component 2. improve the "?" svg
@neotrow can you please review and merge it |
commit: |
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.
Hi @Harsh517-tech415 ,
Can you also add a new entry in the changelog?
added stop propagation on label instead of div
Once everything is fixed, I will add a changelog |
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.
@Harsh517-tech415 PR is fine for me, I will approve as soon as you add the changelog
done |
I have made the following changes to improve the working label: