mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Set defaultElement to input, equivalent to Autocomplete
This commit is contained in:
parent
6b8ac7ef1b
commit
042eae9f50
@ -40,6 +40,7 @@
|
||||
|
||||
var widget = $.widget( "ui.datepicker", {
|
||||
version: "@VERSION",
|
||||
defaultElement: "<input>",
|
||||
options: {
|
||||
appendTo: null,
|
||||
position: {
|
||||
|
Loading…
Reference in New Issue
Block a user