-
Add a comment here for widgets that do not yet work with Xen HTML 2.
This will greatly help me ensure 100% compatibility with all widgets.
Please format your comment like so:
```
Widget name…
-
https://github.com/nim-lang/RFCs/issues/168
Implement GTK interfaces through new concepts when they come out, instead of sum types.
This is an issue for the future
For example GtkBuildable …
-
The `setNavigationItemSelectedListener `method on the NavigationView is not triggering the expected behavior. This is preventing the app from responding to item selections within the Navigation Drawer…
-
**Description:** Full description of issue here
I have a toolbar with a search menu item in it.
I also use setOnActionExpandListener on it to handle some stuff, related to predictive back gesture .
…
-
### Bug Description
Running flatpak version of Mixxx 2.4.1 on Ubuntu 22.04 (wayland) running gnome 42.9. Also running the debian version.
In the mixxx.cfg file for the flatpak version, if I e…
-
An option to change the text case from the search bar would be great.
vjk10 updated
2 years ago
-
Generally not sure if flutter shall support it, but I am filling, because I suspect it shall be doable.
## Steps to Reproduce
Code
```
import 'package:flutter/material.dart';
import 'pack…
-
I have a search bar on top of a UIScrollView, and I'd like to hide the searchBar initially. And show the search bar when scrollView scrolls up, code like this:
``` Objective-C
- (void)viewDidLoad {
…
-
### Description
The magnifying glass icon and text input hint underline are difficult to see in dark mode as they lack the necessary contrast in their styles.
Similar issues: https://github.…
-
Just implemented the instant search and it works great thank you!
I have an android app where the search view is shown in every activity and when the user searches they are taken to a search result…