-
### Description
There seems to be a mismatch between the listbox focus styles in our Design System design specs and our Skin implementation. Let's ensure they align.
### Screenshots
Skin:
…
-
(reopening https://github.com/livewire/flux/issues/663)
@calebporzio in v1.0.24 and v1.0.25 I still have to add a leading space to my search (due to the leading and trailing space in the `flux:select…
-
```import tkinter as tk
import ttkbootstrap as ttkb
from tkinter import ttk, messagebox, filedialog
import mysql.connector
import utils.verificadordesenha as verif
import utils.encrypt as enc
i…
-
**What package within Headless UI are you using?**
@headlessui/react
**What version of that package are you using?**
v2.2.0
**What browser are you using?**
Chrome 129.0.6668.59
*…
-
#### Is this a bug, enhancement, or feature request?
bug
#### Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a fea…
-
### Describe the bug
After adding several items to ListBox, scroll the listbox with draging ScrollBar or code: `listbox.AutoScrollToSelectedItem = true;listbox.SelectedItem = item` will raise an abn…
-
## Summary
In the following stories of Listbox, replace the Dropdown component with the new [Select](https://mds.innovaccer.com/?path=/docs/components-select-all--all) component:
- [Nested l…
-
When submitting a form, either a `readonly` or `disabled` attribute are added to controls (depending upon the control type).
This stops the user from being able to edit the form during submit and allo…
-
The unselected values/options should have aria-selected="false"
https://www.w3.org/WAI/ARIA/apg/patterns/listbox/examples/listbox-scrollable/
According
https://w3c.github.io/aria/#aria-selected…
-
When dragging a ListBoxItem with the Class "draggable", the dragging works fine for the first time. After the first drag-and-drop operation, the ListBoxItem cannot be dragged again.