Skip to content

feat: add SelectItem and SelectListBox components#390

Merged
ZheSun88 merged 1 commit into
mainfrom
feat/select-item-list-box
Jul 20, 2026
Merged

feat: add SelectItem and SelectListBox components#390
ZheSun88 merged 1 commit into
mainfrom
feat/select-item-list-box

Conversation

@web-padawan

Copy link
Copy Markdown
Member

Description

Based on vaadin/web-components#12132

Added SelectItem and SelectListBox.

Type of change

  • Feature

Note

Dev page not updated yet as it fails due to missing label - needs vaadin/web-components#12176.

[types]   Property 'label' does not exist on type 'IntrinsicAttributes & Partial<ThemedWebComponentProps<SelectItem, Readonly<{}>>> & RefAttributes<SelectItem>'.
[types]
[types] 124                   label={useItemLabelInCustomRenderer ? `${person.firstName} ${person.lastName}` : undefined}
[types]                       ~~~~~

@ZheSun88
ZheSun88 merged commit 82c4609 into main Jul 20, 2026
2 checks passed
@ZheSun88
ZheSun88 deleted the feat/select-item-list-box branch July 20, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants