Henri Sauer
Henri Sauer
For example, this feature could be used in a font chooser plugin: the dropdown menu displays a huge list of all supported fonts to let the user select the right...
I fixed the bug that broke the expected behaviour.
Here is a simplified version of the example shown above, without the loading algorithms that currently depend on a own server: ```dart import 'package:dropdown_button2/dropdown_button2.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; //import 'package:flutterfontchooser/flutterfontchooser.dart';...
I tried achieving the behaviour of my option via the max-height property, but for example opening the virtual keyboard on mobile devices or resizing the window on desktop changes the...
> > I tried achieving the behaviour of my option via the max-height property, but for example opening the virtual keyboard on mobile devices or resizing the window on desktop...
A thought to improve UX with the new proposed option enabled: We could check if the space forced with the option enabled is enough to display the menu (with maybe...
On the other side, I get it that this PR would complicate testing, and overall constantly performing a good and understandable experience for those who don't want to read the...
> It's desired that the dropdown can go above the button when there isn't enough space underneath and I think that's the correct behavior. I agree that the dropdown should...