Skip to content

Conversation

Gagydzer
Copy link

No description provided.

@coveralls
Copy link

coveralls commented Oct 12, 2018

Coverage Status

Coverage decreased (-36.9%) to 63.134% when pulling 84fb449 on Gagydzer:master into 03f12b3 on charliekassel:master.

@charliekassel
Copy link
Owner

I'm not sure what you're trying to add here but the code coverage has slipped a little...

Sorry, I'm closing this.

@Gagydzer
Copy link
Author

Gagydzer commented Nov 8, 2018

i just made a litle fix, when emited from date-input closeCalendar event doesn't call 'closed' event outside datepicker, because the emit 'closed' in close method is under condition

@closeCalendar="close" -> @closeCalendar="close(true)"

close (full) { this.showDayView = this.showMonthView = this.showYearView = false if (!this.isInline) { if (full) { // <--- need true this.$emit('closed') } document.removeEventListener('click', this.clickOutside, false) } }

and then i forgot about it and made some customisation 😄

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

Successfully merging this pull request may close these issues.

3 participants