Open ElonXun opened 7 years ago
for function : onChangeText={(text) => { this.setState({ password: text, })
it cannot work
try this way https://github.com/evblurbs/react-native-md-textinput/blob/master/examples/FloatingLabel/index.android.js#L36
@eslambasher It's better consider as a bug. Changing from setState to set property might cause many troubles like masking, text updating while using input.
setState
for function : onChangeText={(text) => { this.setState({ password: text, })
it cannot work