I can't seem to find a simple text Input field to use in a .net maui xaml app. Looking at the docs in the User interface/Controls/Views section there is a a number of components handling user interaction/input such as checkbox and slider and even a searchfield-component (Which to me should only be a specialized input field), but no text input.
How do I make a Input field using Xaml in .Net Maui?
(I did find telerik, but I think it cost money and I was just looking for the "default" option)