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(datepicker): handle clicks correctly inside the <label> #3562

Conversation

maxokorokov
Copy link
Member

Fixes #3557

@codecov-io
Copy link

Codecov Report

Merging #3562 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3562   +/-   ##
=======================================
  Coverage   91.65%   91.65%           
=======================================
  Files         100      100           
  Lines        2876     2876           
  Branches      529      529           
=======================================
  Hits         2636     2636           
  Misses        183      183           
  Partials       57       57
Flag Coverage Δ
#e2e 56.39% <ø> (ø) ⬆️
#unit 88.48% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/datepicker/datepicker-month-view.ts 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17ba525...889fab8. Read the comment docs.

@benouat benouat merged commit 0f626e1 into ng-bootstrap:master Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Datepicker: NgbInputDatepicker won't close on date select if <input> wrapped inside <label>
3 participants