-
Notifications
You must be signed in to change notification settings - Fork 844
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
Bugfix/2361 euilink disabled #2423
Bugfix/2361 euilink disabled #2423
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Hi @ThomThomson, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in your Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile? |
f563672
to
f6e1ea3
Compare
jenkins test this |
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.
38fd721
to
9e5aa1b
Compare
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 the PR @ThomThomson !! I have a couple of comments.
d58b5ab
to
5a8de38
Compare
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 cleaning those up. One last thing is that we will need a test created for this new prop. You should be able to copy/paste and follow the same patterns as the other props in the test file. Then you'll need to run yarn run test-unit -u
to update the snapshots.
fb53259
to
57dce9b
Compare
Thanks @ThomThomson. It looks like there's now a conflict from another PR that touched the EuiLink code. Can you fix the conflicts? If you run into trouble, I can try to push you a PR. |
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.
Oh wait nevermind, sorry about that. The conflict was only on my end when I just tried to pull your changes directly without resetting with master.
The new markup looks good to me!
jenkins test this |
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.
Looks like a simple Prettier lint error.
Committing the results of yarn lint-fix
will get it resolved and this will be ready to merge
… components work!
…iption in the docs, updated CHANGELOG.md
…hen an euiLink is given an onClick, as well as an href and disabled. Update src-docs/src/views/link/link_example.js
…e. Re-worded link example text, updated changelog
395d57f
to
6c24df6
Compare
jenkins test this |
Summary
Fixes #2361
Made the EuiLink component look non-interactive when it is given the disabled prop
Checklist