evblurbs/react-native-md-textinput

[bug] it cannot support the function onChangeText

ElonXun opened this issue · 2 comments

for function :
onChangeText={(text) => { this.setState({
password: text,
})

it cannot work

dzpt commented

@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.