Closed Wagnerah closed 1 year ago
I'm not sure I am following with the sample code provided. Can you provide a repro project we can have a look at? Thanks!
I edited the bug report to format the code snippet so that we can see it.
Adding this code in the playground shows the taskFilter property being applied.
const control = document.querySelector('mgt-tasks')
control.taskFilter = (task) => task.percentComplete < 100;
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Describe the bug I using mgt-tasks to see my planner cards for the day. When I filter a plan or bucket, it doesn't filter. example below:
To Reproduce Steps to reproduce the behavior:
Expected behavior Filter planner cards based in plan and bucket
Environment (please complete the following information):