-
## Description
The property definition for DirectGUI elements is a very flexible and easy to use system though there are things that should be enhanced.
Those points are most problematic and partl…
-
### Actual behaviour
I have a group Item with the following config:
![grafik](https://github.com/user-attachments/assets/3c2590d3-0286-496d-acd4-fb8dd2fca501)
And a Sitemap widget configured …
-
Flutters contains a lot of Widgets and it might look difficult to know which ones to use for your application.
see the list of widgets here: https://docs.flutter.dev/development/ui/widgets
However…
-
**Description of new feature**
There should be an option to pan the graph on normal wheel inputs and only zoom when the Ctrl modifier is active.
**Motivation for new feature**
On large graphs…
-
For the sake of standardization, I wonder if it would be appropriate to add some abstract classes that use this, and make the extension wizard use that abstract class. If not an abc or mixin, I think …
-
## Steps to Reproduce
1. Execute `flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0` on the ListView code sample
2. Replace `X.X.X.X` in IFrame code sample with your IP address (Use…
-
## Description
I'm trying to render text that contains tabs but the tab character is not rendered.
## To Reproduce
Here's the code:
```rust
use std::io::{self, stdout};
use crossterm::{
ev…
-
Inspired from Compose UI, we started with a `LayoutModifier` that was eventually renamed `Modifier` which provided the ability to communicate values to parent layouts. This is done through the same fu…
-
- [x] Declare new widget.
moha_ui_field_widget_info
- [x] Own backend form could be invoked.
moha_ui_field_widget_form
- [x] Style jQuery('input[type="file"]') element https://weui.io/
theme_moha…
-
**Description**
Widgetbook doesn't correctly decode URL when deep linking to a specific page with knob values that contains special characters.
**Steps To Reproduce**
Suppose you have a compone…