Character Limit?

Hey there,

Is their a way to set the character limit on the MobileTextField for Android?

You should take a look at the Android Design Extensions. There’s a MobileTextField extension method called SetCounterMaxLengthXC which does what you want.

2 Likes

Oh nice, thank you Martin, will check it out!