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

Fix a bug when replacing the input component to be a textarea #3682

Merged
merged 9 commits into from
Oct 2, 2019

Conversation

lmvco
Copy link
Contributor

@lmvco lmvco commented Jul 16, 2019

When using react-select, we can provide a custom input component here. If this custom component is a TEXTAREA, some events will not work properly since react-select is expecting the input component to be an INPUT.
This pull request fixes this behavior.

@changeset-bot
Copy link

changeset-bot bot commented Oct 2, 2019

🦋 Changeset is good to go

Latest commit: c7e9c69

We got this.

Not sure what this means? Click here to learn what changesets are.

@JedWatson
Copy link
Owner

Thanks @lmvco

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.

3 participants