Change return to be next/done key in Xamarin Forms Shared Project

后端 未结 4 1799
北海茫月
北海茫月 2020-12-13 18:53

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

4条回答
  •  我在风中等你
    2020-12-13 19:40

    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.

提交回复
热议问题