-
### Is your feature request related to a problem? Please describe.
It seems as though the combobox dropdown list does not populate until you interact with the component. I don't see why this can't …
-
### Provide a general summary of the issue here
`TagGroup` within a `ComboBox` causes a crash in 1.3.1. Attempting to create a multi-select experience but it seems even trying to render the `TagGro…
-
### What is the problem?
At least Firefox + NVDA annouces a readonly combobox with a pre-selected value as editable. (Haven't tested other combination)
```java
var cb = new ComboBox("Name")…
-
Create a BaseNode with two comboBoxes (using add_combo_menu) with enough items for the first's listView to overlap the second (at least 5 elements). Note how the second comboBox draws over the open li…
-
```[tasklist]
### Tasks
```
-
добавить свойство «Все», когда выбраны все пункты в multiple чтобы быстро включать. В коде сейчас так работает.
+пример
-
### Tilbakemelding
Hei,
Jeg ønsker meg at combobox kan få mulighet for gruppering av options. Dette er funksjonalitet vi trenger, i tillegg til typing av options (https://github.com/navikt/aksel/i…
-
#### Is this a bug, enhancement, or feature request?
bug
#### Describe your proposal.
No autoselection of dropdown items is performed
#### Can you handle that on the application side
##…
-
Forked from [pixls.us thread](https://discuss.pixls.us/t/manual-creation-of-ultrahdr-images/45004/25):
In a script, I'm using the following code to export an image to JPG:
```lua
local exporter…
-
I use FlaUI UIA3 to automate Group Policy Management Editor in Windows 2016. I have to automate one of group policy propertiy which has a combobox. When I use Items or Select(index) for a combobox in …