evblurbs / react-native-md-textinput

React Native TextInput styled with Material Design.
322 stars 122 forks source link

Fix onChangeText and value TextInput control #43

Open Alex-Mann opened 7 years ago

Alex-Mann commented 7 years ago

These controls should be left to the user using the component and not set with internal state. Using your own internal state does not allow the user to validate any input going into the component, ie cannot control maximum character length, types of characters allowed, etc.