CrossGeeks / ClearableDatePickerSample

Clearable DatePicker Sample in Xamarin Forms
MIT License
19 stars 11 forks source link

Changing default Placeholder value shows some other characters #1

Closed manutdkid77 closed 7 years ago

manutdkid77 commented 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

screenshot_20170828-054300

Later if I click on Datepicker and select Clear, the placeholder shows the correct text.

screenshot_20170828-054308

rdelrosario commented 7 years ago

Fixed on https://github.com/CrossGeeks/ClearableDatePickerSample/commit/3ce85a27ea31036eb1fdbee723296290eb25638e