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

Bugfix for selected class with padTime enabled #9

Merged
merged 2 commits into from Jul 10, 2019
Merged

Bugfix for selected class with padTime enabled #9

merged 2 commits into from Jul 10, 2019

Conversation

netodomenico
Copy link
Contributor

Using the timepicker with the prop "padTime" enabled I figured out a bug that prevent the selected picker item to have the right "selected" class because the condition results false because of the triple equal (===) comparison between string and integer. Using double equal comparison for hours, minutes and seconds it results now fixed.

Using the timepicker with the prop "padTime" enabled I figured out a bug that prevent the selected picker item to have the right "selected" class because the condition results false because of the triple equal (===) comparison between string and integer. Using double equal comparison for hours, minutes and seconds it results now fixed.
@alexiscolin alexiscolin merged commit 4f18ea1 into alexiscolin:master Jul 10, 2019
@alexiscolin
Copy link
Owner

Seems good ! Thank you for your help :)

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.

None yet

2 participants