Using react-native's TextInput
, i can get the following by setting autoCorrect={false}
:
That is, it effectively hides the suggestion's content but not the bar. Is it possible to hide the suggestion bar too? I have heard about textVisiblePassword
but it seems a hack to me since the text field is...well, not a visible password. I just want to use that space for my app (specially in smaller phones).