Hi there,
I have a custom BatchIntegrationScheduledTaskAddin that's using a DateTimeParameterEditor like this:
[AddInParameter("Orders completed from")] [AddInParameterEditor(typeof(DateTimeParameterEditor), "show=date")] [AddInParameterGroup("A) Queued Orders")] public DateTime FromDate { get; set; }
That used to work fine on DW8 and shows a date picker.
On DW9, I get the attached view. As you can see, no calendar appears and all I see is a blue vertical bar. Since the text box is read-only, I can't set a date manually. Did this change and do I need to update my parameter code? Or is this a bug?
Thanks!
Imar