Skip to main content
Logo Appt Light

Input instructions on Xamarin

When a label might not describe the requested input sufficiently, you should add additional instructions. For example, if passwords are required to be at least 8 characters, indicate this to users.

In Xamarin.Forms, we recommend using a Label to display instructions.

<Label Text="Your password should be at least 8 characters." />

Feedback?

Let us know!