Skip to content

Inline - getDate - TypeError: Cannot read property 'datepicker' of undefined #46

@djpeinado

Description

@djpeinado

In _create function variable calendar is a function variable so this.calendar is undefined

I think this

this.baseWidget = ( !this.options.inline )? this.element: this.calendar;

must be replaced with this

this.baseWidget = ( !this.options.inline )? this.element: calendar;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions