Skip to content

updating errored flag, on change of error message #228 #328

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

akshayjai1
Copy link

Fix issue #228

This component was missing componentDidUpdate and therefore errored state was not updating on update of this.props.error and

thus error message was not visible after we submit the form

We are updating this.state.errored with this commit.

Fix issue n4kz#228
This component was missing componentDidUpdate and therefore error message was not visible after we submit the form, the error was comming, but the flag stored in state, was not being updated.

We are updating this.state.errored with this commit.
@gabrieldonadel
Copy link

Hi @akshayjai1 I would suggest just using rn-material-ui-textfield as this lib has not received any updates for over a year

npm install --save rn-material-ui-textfield

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