The Xamarin.Forms Text Input Layout control allows the use of Syncfusion and Xamarin framework input views as its content to enhance the control’s appearance.
The Xamarin.Forms Entry control is used for single-line text input.
The Xamarin.Forms Picker displays a short list of items from which the user can select an item.
The Xamarin.Forms DatePicker control allows users to select a date.
The Xamarin.Forms TimePicker control allows the user to select a time.
The Masked Entry control lets you restrict input to certain types of characters, text, and numbers using masked characters or regex.
The Numeric Entry control is an extension of the Xamarin framework Entry control that restricts the input to numeric values.
NumericUpDown is an editor control that allows users to increase or decrease a numeric value using increment and decrement buttons.
The Autocomplete control is highly optimized to quickly load and populate suggestions from a large volume of data depending on the user’s input characters.
The Xamarin ComboBox control (drop-down) is a text box component that allows users to type a value or choose an option from a list of predefined options.