Skip to content

Commit

Permalink
fixed bug with number not showing properly, also with duplicate setti…
Browse files Browse the repository at this point in the history
…ng of date
  • Loading branch information
John Leider committed May 3, 2017
1 parent a315166 commit 280f50b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pickers/DatePicker.js
Expand Up @@ -129,7 +129,6 @@ export default {
if (this.originalDate) {
this.originalDate = this.value
} else {
this.inputDate = this.inputDate
this.originalDate = this.inputDate
}

Expand Down
1 change: 1 addition & 0 deletions src/stylus/components/_date-picker.styl
Expand Up @@ -115,6 +115,7 @@
&__content
overflow: visible
transition: none
z-index: 1

.btn.btn--floating.btn--current:not(.btn--active)
color: rgba($theme.primary, .6)
Expand Down

0 comments on commit 280f50b

Please sign in to comment.