angular / angular/components

feat-bug(aria/combobox-listbox): listbox `[multi]="true"` works only for combobox `readonly` true

Open
#32,659 8 comments 1 reaction 1 assignee Claimed by @ok7sai View on GitHub
area: aria/combobox area: aria/listbox P3
Dominant language
TypeScript
Stars
25k
Forks
6.8k
Avg merge
1d 8h
Merged PRs (30d)
91

Description

### Feature Description

If listbox's `multi=true` and combobox's `readonly=false` we can select only one item. We can only type first letters of countries. And select only one country. We can't use even standard `, ` separator.

If listbox's multi=true and combobox's readonly=true we can open combobox/listbox and select multiple items.

See live: [stackblitz](https://stackblitz.com/edit/stackblitz-starters-28c5sjlj?file=src%2Fcombobox%2Fcombobox.html,src%2Fmain.ts)

### Use Case

It's useful for multiselect, autocomplete

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.