react-native-material-textfield icon indicating copy to clipboard operation
react-native-material-textfield copied to clipboard

Empty Keyboard

Open infazA opened this issue 4 years ago • 1 comments

It shows empty keyboard, when user tries to enter password. Please help to resolve this issue. Mostly happens in iOS 14.2 and iPhone Pro and Pro Max

Using version : "react-native-material-textfield": "^0.16.1"

Tried this all, still nothing works.

textContentType='oneTimeCode'
blurOnSubmit={false}
onSubmitEditing={()=> Keyboard.dismiss()}

Simulator Screen Shot - iPhone 12 Pro Max - 2020-12-11 at 16 23 28

Simulator Screen Shot - iPhone 12 Pro Max - 2020-12-11 at 16 28 55

infazA avatar Dec 11 '20 10:12 infazA

Can you try this lib if the problem still exist? https://github.com/gabrieldonadel/rn-material-ui-textfield#readme

alz10 avatar Jan 04 '21 14:01 alz10