jquery ui datepicker not closing after selection IE11

jquery ui datepicker not closing after selection IE11

Hi,

This isn't working in IE11 in fact, after selecting a day the calendar closes itself in Chrome but not in IE11 so I tried the hide in onSelelect but no success.

hide()Returns: jQuery (plugin only)

Close a previously opened date picker.
  • This method does not accept any arguments.
Code examples:

Invoke the hide method:

1
       
$( ".selector" ).datepicker( "hide" );

Is there any workaround ?