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

Should it not be this.TextField = ref? #27

Closed
ghost opened this issue Jan 27, 2017 · 0 comments
Closed

Should it not be this.TextField = ref? #27

ghost opened this issue Jan 27, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2017

ref={(ref) => this.input = ref} this makes an issue when logging in then logging out directly after. Indeed, the email/password will remain in the input field but won't be taken into account when logging in again, giving an error message saying that email/password is required (while it's already filled in the input field).

the issue disappears with ref={(ref) => this.TextField = ref}

@ghost ghost changed the title Small mistake on line 144 Should it not be this.TextField = ref? Jan 27, 2017
@ghost ghost closed this as completed Jan 28, 2017
This issue was closed.
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

0 participants