Hello,
I noticed the “editable” option in the datepicker properties, but when I enable this, the value that is being returned is a string and no longer a date. Is this expected behavior? Explicitly setting “stringResult” to false, does not remedy.
I guess I can extend the datepicker and overwrite the getValue method, but I was kind of expecting this to be the default behavior.
Thanks a lot