n4kz / react-native-material-textfield

Material textfield
Other
901 stars 831 forks source link

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

Open akshayjai1 opened 3 years ago

akshayjai1 commented 3 years ago

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.

gabrieldonadel commented 3 years ago

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