-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Dropdown]: Adds error slot using hasErrors and showErrors #432
[Dropdown]: Adds error slot using hasErrors and showErrors #432
Conversation
01e87f2
to
14c3870
Compare
Wow thanks @benjaminknox! I think you're the first external contributor to this project, congratulations. Looks like the format is currently failing - if you run |
c038c73
to
01be7c3
Compare
@fallaciousreasoning Ran the formatting command, thanks for saying something!
So cool, happy to help! |
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.
This looks good to me - I've just pinged our devops team because the Github Action seems to be broken (not a problem on your end).
Once it's working I'll get this merged! Thanks heaps @benjaminknox!
01be7c3
to
436c7ce
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.
LGTM - I think our CI is struggling with pushes from external contributors. Hopefully me adding the merge commit is going to give it the kick it needs 😆
Merging didn't help - going to see if it works now I've touched the timestamps on the commits 😨
0fad5a6
to
436c7ce
Compare
436c7ce
to
34982ed
Compare
Testing to see if creating a different PR with the same commits fixes it in #441 |
33491c2
to
7d8dbfb
Compare
@benjaminknox a quick update now I'm back:
Sorry this is taking so long 😆 |
No worries! Either way is great |
7d8dbfb
to
4fa2f02
Compare
4fa2f02
to
6a77695
Compare
Fixes #411
Adds error props to the drop down menu. I copied this pattern from the Input component.
Props:
hasErrors
showErrors
Screenshot from storybook: