Is it possible specify Xamarin Forms Entry Numeric Keyboard without comma or decimal point separator?

后端 未结 4 823
伪装坚强ぢ
伪装坚强ぢ 2021-01-03 20:54

I have to create a form in which the user must input his age. I would like to use a numeric keyboard:

    

        
4条回答
  •  梦毁少年i
    2021-01-03 21:40

    I was facing this too, but the best way to implement this is through behaviors, here is an article which shows you in detail how to implement this and even more, like limiting the value of the number entered to a given value you set in your XAML.

提交回复
热议问题