microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
296 stars 49 forks source link

[BUG]: Command Bar "On Select" & "On Change" properties are not working in play mode. #471

Open shaheerahmadch opened 3 weeks ago

shaheerahmadch commented 3 weeks ago

Describe the bug In the command bar when I select an item in the play mode, It gives error. It works fine in studio mode.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Command Bar'
  2. Click on 'Any Button'
  3. See error

image

Expected behavior It should trigger the code in the onselected/onchange property (Tried both. Same issue)

Screenshots image

Additional context None

AB#3433