Skip to content

Commit 042eae9

Browse files
committed
Datepicker: Set defaultElement to input, equivalent to Autocomplete
1 parent 6b8ac7e commit 042eae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/widgets/datepicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
var widget = $.widget( "ui.datepicker", {
4242
version: "@VERSION",
43+
defaultElement: "<input>",
4344
options: {
4445
appendTo: null,
4546
position: {

0 commit comments

Comments
 (0)