-
## š Bug Report
Current behavior is the popup reopens when the input is clicked and the popup is already open.
## To Reproduce
Steps to reproduce the behavior:
## Expected Behavior
Pā¦
-
**Location(s):**
- \
- \
- \
**Reasons flagged:**
- Element has children which are not allowed: [role=combobox].
- Element uses aria-busy="true" while showing a loader.
-
### Description of the bug
As mentioned in slack thread message: https://designsystemet.slack.com/archives/C05RF86A3K7/p1709550064585419?thread_ts=1709549317.707409&cid=C05RF86A3K7
The value of thā¦
-
```
What steps will reproduce the problem?
1. Take a Combobox
2. Load data for that combobox using an RPC call that takes a little while,
say one second
3. After the data is loaded, try calling setValā¦
-
As title says.
I'm personally trying to make it working by integrating TanStack Virtual.
It's not going very well. Extremely janky, but cut initial mount time (around 600 elements, Combobox elemenā¦
-
```
What steps will reproduce the problem?
1. Create a panel with the combobox:
RecordDef groupsRecordDef = new RecordDef(new FieldDef[]
{ new StringFieldDef("name", "name"),
new Stā¦
-
### Description
We want the required-indicator to be shown on labels also in a form layout and work on a prototype based on the enhanced form layout.
But even without the form layout the ComboBox ā¦
-
[Empty option in combo-box](https://github.com/uswds/uswds/blob/cffadc87e398eb6d9b83c70f3602698ce954de1c/src/components/combo-box/combo-box.njk#L13) should render in list of options.
-
Combobox is good for the desktop devices, but for mobile device it does not work, it does not open the select list
-
#### Code Sandbox
Easily reproducible on https://itwin.github.io/iTwinUI-react/?path=/story/core-combobox--basic
#### Steps to reproduce
1. Type something into ComboBox to find the matching iteā¦