Hello,
I have a field where the user can write postal code. I want to receive the postal code in uppercase, so I capitalize it. Does Xamarin.Forms have any method to capitalize the text directly in the XAML code? I make it in the C# for now, but I want to move it to XAML if it is possible.
Thanks in advance.