I have a simple layout with a datepicker input field and a dialog. If I open the datepicker, and then close the dialog, the datepicker closes too. I would like to keep the datepicker
open.
Example: http://jsfiddle.net/nwSgm/
Is this a bug or is it intentional behaviour?
Anyhow, does anyone know how to avoid this behaviour, so the datepicker does not close, when the dialog closes? Thanks!
As @Praveen said, It is an expected behavior for datepicker! I did small work around for your need.