-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Tag] Adds type=button attribute to Clickable Tag #2895
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
[Tag] Adds type=button attribute to Clickable Tag #2895
Conversation
Adds type=button attribute to Clickable Tag and solves Shopify#2894
|
👋 Thanks for opening your first pull request. A contributor should give feedback soon. If you haven’t already, please check out the contributing guidelines. |
chloerice
left a comment
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.
Thanks for catching this, @awebartisan!!
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.
Moved attributes of button on their own lines. Co-Authored-By: Chloe Rice <chloerice@users.noreply.github.com>
|
Hi @chloerice, I made the commit before signing the CLA. Is there any way I can re-run the CLA check? Thanks. |
Hey @awebartisan! You'll need to add an entry to The linter is also complaining about extra whitespace after Pull down the commit made through the PR suggestion, fix that extra whitespace, and add the change log entry, all the checks will run again after you push your changes up. |
chloerice
left a comment
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.
Thank you so much for contributing @awebartisan 🙏!!
|
Hey @awebartisan, everything is good to go but a few of the PR checks froze up. Would you mind pushing up from your branch again to re-trigger the checks? |
|
Hey @chloerice , I would need to make some changes in order to be able to commit/push again. Can you suggest some? Thanks 🙏🏼 |
Hey @awebartisan, my teammate informed me that those unrun checks don't run on public contributions, so all I need to do is resolve the conflicts in |
|
Thank you 🙏🏼 I thought I messed up badly 😞Thank you for bearing with me. Looking forward to merge of my first pull request in Shopify ecosystem 😍 |
|
🎉 Thanks for your contribution to Polaris React! |
|
Unfortunately this change makes the Thanks! |

Adds type=button attribute to Clickable Tag.
WHY are these changes introduced?
Fixes #2894
WHAT is this pull request doing?
Adding
type="button"attribute to clickable Tag.