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

Multi-View Calendar API Issues #5859

Closed
4 tasks done
ddincheva opened this issue Sep 25, 2019 · 0 comments · Fixed by #5885
Closed
4 tasks done

Multi-View Calendar API Issues #5859

ddincheva opened this issue Sep 25, 2019 · 0 comments · Fixed by #5885
Assignees
Labels
🐛 bug Any issue that describes a bug 📆 calendar version: 8.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@ddincheva
Copy link
Contributor

ddincheva commented Sep 25, 2019

Description

  • igniteui-angular version: 8.2.x
  • When we have calendar with 2 or more month views and there are selected dates in all of them, deselectData() method called with no params should clear all selected dates, not only in the fist month view.

  • If set monthsViewNumber property to a value smaller than 0 the calendar is layout is broken. Should not be allowed to be passed value lower than 0;
    image

  • If the calendar selection is single and try to call method selectdate([new Date(‘2019-05-04’)]) with passed array as parameter unhandled exception is thrown;

  • Can’t clear selected date when a click on it or press Enter. Open calendar sample. Click on 11 September and on 15 November. Then click on 22 September and click again or press enter. The date should be deselected. - this will require more effort, so logged a new issue - Can’t clear selected date in calendar when clicking on it or pressing Enter. #5869

hanastasov added a commit that referenced this issue Sep 25, 2019
@hanastasov hanastasov added 🛠️ status: in-development Issues and PRs with active development on them ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🆕 status: new 🛠️ status: in-development Issues and PRs with active development on them labels Sep 26, 2019
zdrawku added a commit that referenced this issue Oct 2, 2019
Fix issues around calendar selection API #5859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug 📆 calendar version: 8.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants