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 64a589b commit 32e30e7Copy full SHA for 32e30e7
tests/unit/components/bootstrap-datepicker-test.js
@@ -50,7 +50,7 @@ test('resets date when input is cleared', function(assert) {
50
assert.ok(this.$().datepicker('getDate'), 'initial value is set');
51
52
this.$().val('');
53
- this.$().trigger('input');
+ this.$().datepicker('update');
54
55
assert.equal(this.$().datepicker('getDate'), null, 'value is reset when input is cleared');
56
});
0 commit comments