Which PCF Component
Scheduler
What type of Power App are you using this PCF component in?
Describe the bug
The following output values do not behaving as expected:
- actionRecordSelected --> If a record is selected, the value turns true and then false. Both outputs trigger my code
- onChangeAction --> Any click in any part of the scheduler triggers the OnChange of the Scheduler
To Reproduce
Steps to reproduce the behavior:
- Set up a scheduler
- Set up a label with the output values mentioned above
- Use the scheduler as intendet and see how the text in the label behaves
- Error should occur
Expected behavior
I only want the OnChange to trigger once and only if somethings changes. Also it would be nice, if the 'actionRecordSelected' value would not change as fast, so i can use it properly to influence my code.
Additional context
I'm using the latest managed version of the PCF Scheduler
Which PCF Component
Scheduler
What type of Power App are you using this PCF component in?
Describe the bug
The following output values do not behaving as expected:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I only want the OnChange to trigger once and only if somethings changes. Also it would be nice, if the 'actionRecordSelected' value would not change as fast, so i can use it properly to influence my code.
Additional context
I'm using the latest managed version of the PCF Scheduler