-
## Summary
ParameterNodeWrapper does not restore combobox choice on reenter and/or reload.
## Steps to reproduce
1. Create new scripted module
2. Add
```
@parameterNodeWrapper
class Pa…
che85 updated
2 months ago
-
### Summary
As I user, I expect ComboBox to work like a TextInput for newly Items, blurring the field should trigger the onChange event. Could we add a property to the ComboBox control to allow th…
-
When a ComboBox is set inside ScrollView it is easy to make the mistake of editing the ComboBox by hovering over the ComboBox and scrolling on the ComboBox instead of an empty part of the …
-
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 style of the combobox to select the plan doens't look the same as a selector combobox:
![combobox](https://cloud.githubusercontent.com/assets/14561640/21159218/a8046ed8-c180-11e6-8626-5f2913816…
-
There's an inconsistency between where aria-placeholder is allowed in ARIA and where placeholder is allowed in HTML.
ARIA 1.2 (and the current working draft) only allows `aria-placeholder` on
-…
-
currently there is just a hole in the layout until the favourite time zones are fetched.
-
The Problem and Solution description: We now have a way of adding a unique value in the combobox component. However, this is confusing because no feedback is provided to the user while entering/inputt…
-
### Description
We've updated all our projects to support .NET 9.0. Our projects use a custom theme, which has been causing issues specifically in .NET 9.0, even though the same setup works seamlessly…