Closed manutdkid77 closed 7 years ago
Thanks for the awesome control, its helped me a lot in my project :+1: . However I faced I an issue:
Xamarin Forms Version : 2.3.4.267 Android OS Version : 6.0.1
I wanted to change the default placeholder empty value to text like "Please select a date",
<StackLayout VerticalOptions="FillAndExpand"> <local1:NullableDatePicker NullableDate="{Binding MyDate}" PlaceHolder="Please select a date"></local1:NullableDatePicker> </StackLayout>
but when the page opens up it shows some other characters
Later if I click on Datepicker and select Clear, the placeholder shows the correct text.
Fixed on https://github.com/CrossGeeks/ClearableDatePickerSample/commit/3ce85a27ea31036eb1fdbee723296290eb25638e
Thanks for the awesome control, its helped me a lot in my project :+1: . However I faced I an issue:
Xamarin Forms Version : 2.3.4.267 Android OS Version : 6.0.1
I wanted to change the default placeholder empty value to text like "Please select a date",
but when the page opens up it shows some other characters
Later if I click on Datepicker and select Clear, the placeholder shows the correct text.