CrossGeeks / ClearableDatePickerSample

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

support for UWP #10

Open msadeh opened 6 years ago

msadeh commented 6 years ago

support for UWP Renderer

stewartsims commented 5 years ago

An adaptation of the iOS version can be made for a 'right-click to clear' version on UWP. See the following gist for the methods needed from a prototype I've done for this:

https://gist.github.com/stewartsims/248f7c8987aeed50d71f79934f85ae37

I imagine it would be preferable to add a clear button or modify the behaviour of the 'cross' on the UWP DatePicker but I could not find an easy way to do anything along these lines. Working with event handlers seems to be easier to do.