Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error emitted when using datepicker #42

Open
mycahp opened this issue May 5, 2017 · 2 comments
Open

Error emitted when using datepicker #42

mycahp opened this issue May 5, 2017 · 2 comments

Comments

@mycahp
Copy link

mycahp commented May 5, 2017

On version 1.3.0, I am using the datepicker like this:

<datepicker name="toDate" class="input" type="date" :config="{dateFormat: 'm-d-Y'}" v-model="toDate" placeholder="To" />

When I change to a different route, every click on the page produces this error message:

Uncaught TypeError: Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'.

I am using version 2.2.6 of VueJS. No functionality is being lost, just a ton of errors in the console. If I remove the datepicker, the error is no longer emitted.

Any ideas?

@brunokunace
Copy link

Uncaught TypeError: Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'.
at isPopup (eval at 312 (2.js:95), :15:19)
at HTMLDocument.handler (eval at 312 (2.js:95), :36:36)

Same here

@luventa
Copy link
Member

luventa commented Jun 2, 2017

There is no need to set type="date" and a simple demo is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants