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

后端 未结 4 1774
北海茫月
北海茫月 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:17

    Yes latest Xamarin Forms allowed directly ReturnType as property, just need to add ReturnType in Xaml

     
    

提交回复
热议问题