Is it possible to change the text in the \'return\' key on the keyboard to be either \'next\' or \'done\'? I have a login form with username and password. I want the return
The latest Xamarin Forms package adds the ReturnType attribute for Entry elements.
It will also execute a command when the Done button is clicked.
The IMEAction types for Done, Next, Search, Go and Send are all supported now.