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

No Next button on keypad if more than 2 input box added

Open wdayanand opened this issue 5 years ago • 0 comments

I have added 2 inputs one for user name and second for password but after entered username i I seen Done button on keypad there should be Next button so user can move to password field

after I add following prop then only button text change to "Next" but when I click focus didn't move to Password field

enablesReturnKeyAutomatically={true} returnKeyType='next'

wdayanand avatar Jul 02 '20 04:07 wdayanand