robkri
robkri
Since pre-release 4 of 4.0.0, the API reference to the latest version is missing on pub.dev. **To Reproduce** 1. Go to https://pub.dev/packages/fluent_ui or https://pub.dev/packages/fluent_ui/versions 2. Look for documentation for v3.12.0...
The alignment of the text inside a `TextBox` changes depending on whether or not the `TextBox` is given a placeholder text. If any String is passed to `placeholder` (even an...
The darker bottom border of a `TextBox` changes its color when resizing the application window:  It sometimes even disappears completely:  This happens on desktop and web. **To reproduce**...
**Describe the bug** When using the arrow keys or the tab key to move the focus, the focus always starts on the first (down arrow, tab) or last item (up...
`NumberBox` is quite uncomfortable to handle, as there is no controller to access the current value and having callbacks that behave differently to `TextBox` (see also https://github.com/bdlukaa/fluent_ui/issues/1196). As both widgets...
On every click the `NumberBox` calls the `onChanged` callback.  **Expected behavior** The `onChanged` callback is only called when the box's content actually changes.