Update src/components/formInput/view/formInputView.js

Co-Authored-By: Mustafa Buyukcelebi <mustafa.buyukcel@gmail.com>
This commit is contained in:
uğur erdal 2019-09-11 23:16:41 +03:00 committed by GitHub
parent a603e2dc6d
commit efc0e062cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ class FormInputView extends Component {
placeholder={placeholder} placeholder={placeholder}
editable={isEditable || true} editable={isEditable || true}
textContentType={type} textContentType={type}
onChangeText={val => this._handleOnChange(val)} onChangeText={this._handleOnChange}
value={value} value={value}
/> />
</View> </View>