Skip to content

Add selected property support for ListItem in Blazor code generation #153

@valeriatoneva

Description

@valeriatoneva

Now that the List (specifically ListItem) component has a new selected property in App Builder, we need to generate it properly for Blazor as well. Currently, this property is already implemented for Web Components, Angular, and React, but Blazor support is missing.
The feature ensures that the selection of a list item is persisted across pages and within the current view.
Work item reference: AB #38726

Acceptance Criteria:
The selected property is generated for Blazor ListItem components in the same way as for WC, Angular, and React.
Selection state persists across page navigations and within the current view.

Additional Context:
Web Components, Angular, and React already implement this feature.

Feature - IgniteUI/igniteui-webcomponents#1590

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions