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

Rename autosize "Input" references to "AutosizeInput" #1186

Merged
merged 1 commit into from
Sep 5, 2016

Conversation

Aeon
Copy link
Contributor

@Aeon Aeon commented Sep 2, 2016

Frequently getting this warning:

warning.js?85a7:36Warning: Unknown prop minWidth on tag. Remove this prop from the element.

which means that somehow the plain html input is being used instead of AutosizeInput. Also, having two references that differ only in case is just begging for user error.

Frequently getting this warning:

> warning.js?85a7:36Warning: Unknown prop `minWidth` on <input> tag. Remove this prop from the element. 

which means that somehow the plain html input is being used instead of AutosizeInput. Also, having two references that differ only in case is just begging for user error.
@JedWatson
Copy link
Owner

I can't see how a plain html input would be being used in that code, but other than that this seems like a sensible change :)

Thanks @Aeon

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.

2 participants