[BUG]: SubwayNav Control display mode does not affect child items #460
Labels
bug
Something isn't working
code
Issue is related to a Power Apps code component
Component: SubwayNav
Milestone
Describe the bug
When the display mode of a SubwayNav Control is set to
Disabled
, it is no longer possible to select the top level items - which is expected. However, it is still possible to select the child items and therefore change the state of the control.To Reproduce
Steps to reproduce the behavior:
Table({ItemKey:"toplevel1",ItemLabel:"Top Level 1",ItemState:"CurrentWithSubsteps"},{ItemKey:"child1",ItemLabel:"Child 1",ItemState:"Current",ParentItemKey:"toplevel1"},{ItemKey:"child2",ItemLabel:"Child 2",ParentItemKey:"toplevel1"},{ItemKey:"toplevel2",ItemLabel:"Top Level 2"})
DisplayMode.Disabled
Expected behavior
If the SubwayNav Control is in disabled mode (or view, I do not quite understand why it stays interactive in view mode but that is another problem I guess) no part of the control should be selectable.
AB#2948
The text was updated successfully, but these errors were encountered: