[BUG]: People Picker control On Change event does not fire in Runtime #479
Labels
bug
Something isn't working
code
Issue is related to a Power Apps code component
Component: PeoplePicker
Milestone
Describe the bug
For control People Picker (https://learn.microsoft.com/en-us/power-platform/guidance/creator-kit/peoplepicker) out of the sudden On Change event stopped triggering in runtime mode for published apps
What is weird - this event works when debugging the app and staying in make.powerapps.com (play mode)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On Change event should be triggered in runtime. I am not sure what is blocking this event.
Screenshots
When using app in debugging mode in make.powerapps.com On Change event works and label is populated with JSON value of array with selected user(s):
When using app in runtime - label generated in On Change event is not populated (I also checked other code: Logging / notifications - not firing too)
⬆️ No JSON above - code in OnChange was not fired :-/
Additional context
I am using recent release of Creator Kit solution (Solution version: 1.0.20240529.1)
I used recent Edge browser and Google Chrome browser - both have issues with triggering On Change event
The text was updated successfully, but these errors were encountered: