You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am on the latest version of the creator kit and using the CommandBard v 1.1.39.
I have been using the kit for years, the CommandBar the most. Recently, regardless of what button I click, the Self.Selected record is always the first item in the Items table for the control. The buttons all render as I expect, but the select event always returns the same item.
This has rendered the component completely unusable.
To Reproduce
Steps to reproduce the behaviour:
Insert Command Bar
Assign the Items property to a table of items to display
Update OnSelect to Notify($"Button Name: {Self.Selected.ItemDisplayName} | Button ItemKey: {Self.Selected.ItemKey}"
See that the value returned on every button click is the same in the notification message
Expected behavior
The record of Self.Selected is the record assigned to the clicked button in the Items table.
Describe the bug
I am on the latest version of the creator kit and using the CommandBard v 1.1.39.
I have been using the kit for years, the CommandBar the most. Recently, regardless of what button I click, the Self.Selected record is always the first item in the Items table for the control. The buttons all render as I expect, but the select event always returns the same item.
This has rendered the component completely unusable.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
The record of Self.Selected is the record assigned to the clicked button in the Items table.
Screenshots
See attached recording of issue.
Additional context
CommandBar.Selected.Item.Issue.mp4
Commandbar code.txt
I was seeing the same issue with the 1.1.34 version as well.
The text was updated successfully, but these errors were encountered: