We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae27ec2 commit 7be4148Copy full SHA for 7be4148
tests/unit/datepicker/methods.js
@@ -23,7 +23,7 @@ QUnit.test( "destroy", function( assert ) {
23
assert.ok( $.datepicker._curInst == null, "Datepicker - destroyed and cleared reference" );
24
assert.equal( dp.css( "display" ), "none", "Datepicker - absent" );
25
26
- // Destroy Without Hiding
+ // Destroy without manual hiding (ensure datepicker is hidden after calling destroy)
27
inp = testHelper.init( "#inp" );
28
inp.datepicker( "show" );
29
assert.equal( dp.css( "display" ), "block", "Datepicker - visible" );
0 commit comments