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

Refactor datepicker to move calendar out #27

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

MrWook
Copy link
Collaborator

@MrWook MrWook commented Aug 21, 2020

Move calendar into own component.

  • add tests

@MrWook MrWook added the enhancement New feature or request label Aug 21, 2020
@MrWook MrWook changed the title WIP: Add prop to append calendar to body Add prop to append calendar to body Aug 21, 2020
docs/guide/Props/README.md Outdated Show resolved Hide resolved
example/Demo.vue Outdated Show resolved Hide resolved
Copy link
Contributor

@sebsobseb sebsobseb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@@ -38,3 +38,7 @@
.error {
color: red;
}

.overflow-scroll {
overflow:scroll
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting: overflow: scroll;

@@ -515,7 +547,7 @@ h5 {
font-size: 80%;
display: block;
}
.overflow-scroll{
.overflow-scroll {
overflow:scroll
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting: overflow: scroll;

@MrWook MrWook changed the title Add prop to append calendar to body Refactor datepicker to move calendar out Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants