5

I cant focus my next field with final-form and react-native and functional components. There is like 0 documentation on this case.

<Field
  component={TextField}
  name="title"
  returnKeyType={"next"}
  blurOnSubmit={false}
  onSubmitEditing={() => {
    _descriptionFieldRef.current.focus();
  }}
/>
rendom
  • 3,417
  • 6
  • 38
  • 49

0 Answers0