I'm using Xamarin.Forms, and I need to create a Popup / ActionSheet, to ask the user the start and end date for a specific list of Orders.
Can I use CustomViewRenders to show this Popup with "custom controls" (I mean, just a label asking the start and end date, and two DateTimePickers), but in the Shared code I get these dates to get the filtered Order list?
Its something like this:
Thanks for attention