onSubmitEditing: function that takes a callback (could be used for input validation). The callback will be the function to move to the next field in the form.
moveToNext: set to 'true' if the next input field should be focussed when the submit button is pressed.
type: enum ('text') - might offer option later for custom keyboard (e.g. picker)
TextInput Props
onFocus: function to be called when text input is focussed - this is called inside SuperScroll along with the function to focus the node
SuperScrollOptions
onSubmitEditing
: function that takes a callback (could be used for input validation). The callback will be the function to move to the next field in the form.moveToNext
: set to 'true' if the next input field should be focussed when the submit button is pressed.type
: enum ('text') - might offer option later for custom keyboard (e.g. picker)TextInput Props
onFocus
: function to be called when text input is focussed - this is called inside SuperScroll along with the function to focus the node