Files
Porter Clevidence 02a6e6bcb0 Datepicker: Hide the UI on destroy
When the datepicker UI is shown and then destroyed programmatically:
```js
$( "#datepicker" ).datepicker( "destroy" );
```
hide the datepicker UI without the need for an explicit user action.
Previously, in 1.12 the UI would not disappear immediately but only after the
first `mousedown`. In later 1.13 versions, the UI would not disappear at all.

Fixes gh-2178
Closes gh-2268
2024-08-05 19:30:53 +02:00
..
2015-04-09 09:27:00 -04:00
2015-04-17 12:13:38 -04:00
2024-08-05 19:30:53 +02:00