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

AsyncCreatable lower cases entries - v1.0.0-rc.2 #1244

Closed
traumatic opened this issue Sep 23, 2016 · 3 comments
Closed

AsyncCreatable lower cases entries - v1.0.0-rc.2 #1244

traumatic opened this issue Sep 23, 2016 · 3 comments

Comments

@traumatic
Copy link

Hi,

AsyncCreatable is fantastic. Found a minor thing. All upper case letters get converted into lower case letters when entering a new String to input box.
Tested it with the example GithubUsers.js file in v1.0.0-rc.2.

Thanks

@TheSharpieOne
Copy link
Contributor

There is an ignoreCase props which defaults to true. When the prop is true, it will lowercase the input. Try setting it to false.

@jstrouse
Copy link

jstrouse commented Oct 4, 2016

Except when you do that the filtering on the data returned is now case-sensitive. Also see issue #1106

@traumatic
Copy link
Author

I closed this issue as I believe it is covered by issue 1106

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

No branches or pull requests

3 participants