-
```
I would like to create a listbox where I can add the img tag to align left
or right
```
Original issue reported on code.google.com by `curiscof...@gmail.com` on 20 Mar 2009 at 5:33
-
Hi!
I have not found in the documentation a way to limit the max height of the options container, for both the listbox and the combobox components.
Using the developer tools, I discovered the --…
-
ListBox improvements.
- [ ] Show a visual indicator where the item will be dropped.
- [ ] Allow adding custom actions to the toolbar. Currently, the Toolbar can be custom, but it will require ov…
-
```
I would like to create a listbox where I can add the img tag to align left
or right
```
Original issue reported on code.google.com by `curiscof...@gmail.com` on 20 Mar 2009 at 5:33
-
```
I would like to create a listbox where I can add the img tag to align left
or right
```
Original issue reported on code.google.com by `curiscof...@gmail.com` on 20 Mar 2009 at 5:33
-
I spotted this one when running an axe check on my code, it flagged up that you couldn't have a role="separator" as a child of a role="listbox". I also have another issue of this when using a role="pr…
-
### Provide a general summary of the issue here
When a `ListBox` which contains `scroll-padding` styles is rendered in a `Popover`, the scroll padding is not respected. For example, [the contact li…
-
In the current version (0.2.5), draggable items are automatically assigned the role="option". This role assignment creates accessibility issues when draggable items contain nested interactive elements…
-
```
What steps will reproduce the problem?
1. Create text with a length that exceeds the width of the ListBox
2. See that the text does not truncate and runs over the edge of the width
What is the ex…
-
I found an issue where a custom select changes its position after the second time you open it, but only if the selected option is located outside the visible height of ``. Here is an example:
```
…