Completed
Last Updated: 06 Oct 2020 14:56 by ADMIN
Release 2019.R3.SP1
SAM
Created on: 22 Aug 2019 08:00
Category: PanelBar
Type: Bug Report
0
PanelBar TagHelper does not change visibility of items when the visible attribute is used on items

Bug report

When visible attribute is set to false for a panelbar-item, the item remains visible when the widget is rendered.

Reproduction of the problem

<kendo-panelbar name="project">
        <items>
            <panelbar-item text="Storage" expanded="true">
                <items>
                    <panelbar-item visible="false" text="Kids Storage" ></panelbar-item>
                </items>
            </panelbar-item>
        </items>
</kendo-panelbar>

Current behavior

Adding visible attribute to panelbar-item does not change its visibility.

Expected/desired behavior

Adding visible attribute to panelbar-item should change item visibility.

Environment

  • Kendo UI version: 2019.2.619
  • Browser: [all]
0 comments