evblurbs / react-native-md-textinput

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

Change this.props.text to this.props.value #31

Closed jakewtaylor closed 11 months ago

jakewtaylor commented 8 years ago

RN TextInput uses 'value' property for setting default value, not 'text'. Setting an initial value with 'value' doesn't currently work, this fixes it.