CrossGeeks / ClearableDatePickerSample

Clearable DatePicker Sample in Xamarin Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing default Placeholder value shows some other characters

manutdkid77 opened this issue Β· comments

Thanks for the awesome control, its helped me a lot in my project πŸ‘ . 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