petrogad / react-native-materialui-textfield

Material textfield
Other
24 stars 20 forks source link

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

Open wdayanand opened 4 years ago

wdayanand commented 4 years ago

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'