Skip to content
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

feat: select custom arrow #1232

Merged
merged 3 commits into from
Nov 18, 2020
Merged

Conversation

atanasster
Copy link
Collaborator

@atanasster atanasster commented Oct 31, 2020

issue: #1177 #1151

added arrow prop to Select

Comment on lines 37 to 39
{arrow ? (
arrow
) : (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{arrow ? (
arrow
) : (
{arrow || (

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lachlanjc thanks a lot for reviewing - I checked in changes with the simplified syntax

@hasparus
Copy link
Member

hasparus commented Nov 5, 2020

Sweet! Could you update the changelog? (I feel we need a PR template with a todo list)

@hasparus
Copy link
Member

hasparus commented Nov 5, 2020

What's the difference between this and #1151?

@lachlanjc
Copy link
Member

@hasparus #1151 is the issue, this is a PR, unless I’m missing something?

@hasparus
Copy link
Member

hasparus commented Nov 8, 2020

@hasparus #1151 is the issue, this is a PR, unless I’m missing something?

🤦

I was so sure there's been a duplicate...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants