To give context
I'm working with MAUI 8
In a customer registration, where one of the fields is the Date of Birth, to implement this field in the view I am using SfDatePicker.
but then encountered some difficulties
I want SfDatePicker to behave similar to the native DatePicker.
In DatePicker, the selected date appears as if it were an Entry, but when the user clicks on the field, a calendar opens to select the date.
Using SfDatePicker to have the same behavior I had to use an Entry field to show the selected date.
I'm opening this ticket to check if there is a simpler way to implement this behavior with SfDatePicker
To give context I'm working with MAUI 8 In a customer registration, where one of the fields is the Date of Birth, to implement this field in the view I am using SfDatePicker. but then encountered some difficulties
I want SfDatePicker to behave similar to the native DatePicker.
In DatePicker, the selected date appears as if it were an Entry, but when the user clicks on the field, a calendar opens to select the date.
Using SfDatePicker to have the same behavior I had to use an Entry field to show the selected date.
I'm opening this ticket to check if there is a simpler way to implement this behavior with SfDatePicker
So I can do the same thing using only DatePicker
Here's an example: