Skip to content

itemHidden Property

Jose Carcamo edited this page Jan 22, 2025 · 1 revision

tags: [developer, property]

itemHidden Property

Description

The itemHidden property was introduced to avoid programmatically displaying items that were hidden by the user of the component through the hidden property, whether set through JS or HTML.

Now the code uses itemHidden internally to hide/display items, such as when filtering items by a text string, but only if the user hasn't set the hidden property. The hidden property takes precedence, so if the user has set it, the item will never be displayed again.

The itemHidden property is only supported in the Combobox, Stepper, and Table components.

Usage

item.itemHidden = true;