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

Date picker has subtitle active when re-opened #239

Open
frobinsonj opened this issue Apr 9, 2018 · 0 comments
Open

Date picker has subtitle active when re-opened #239

frobinsonj opened this issue Apr 9, 2018 · 0 comments

Comments

@frobinsonj
Copy link

This causes the incorrect section to be highlighted (see images below). This is a result of these two lines which are run on the dialog being hidden. I fixed it myself by swapping round the actions. Not too sure about creating pull requests etc. so I thought it was best to put this here. Thanks :)

title.classList.remove(active)
subtitle.classList.add(active)

Image 1 of issue
Image 2 of issue

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

No branches or pull requests

1 participant