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

Fix selected month not shown in date time picker #1428

Merged
merged 1 commit into from
Nov 20, 2021

Conversation

oliverli
Copy link
Contributor

@oliverli oliverli commented Nov 20, 2021

Description

Downgrade materialize-sass from 1.0.0.1 to 1.0.0. In 1.0.0.1, it added a CSS line opacity: 0; to all <select> elements, which made the month selector in the datetimepicker transparent

Motivation and Context

https://app.asana.com/0/1201396080493675/1201396957239603

Closes #1417

How Has This Been Tested?

Tested locally, month selector visible again

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation, which is located at Autolab Docs
  • I have updated the documentation accordingly, included in this PR

Other issues / help required

If unsure, feel free to submit first and we'll help you along.

Copy link
Contributor

@xinyis991105 xinyis991105 left a comment

Choose a reason for hiding this comment

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

LGTM!
The months are back!

@oliverli oliverli merged commit 629a9c8 into master Nov 20, 2021
@oliverli oliverli deleted the oliverli/fix-select-month branch November 20, 2021 21:53
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.

Selected month not shown in date(time) picker
2 participants