custom-dropdown icon indicating copy to clipboard operation
custom-dropdown copied to clipboard

Custom dropdown widget allows to add highly customizable widget in your projects with proper open and close animations and also comes with form required validation.

Results 47 custom-dropdown issues
Sort by recently updated
recently updated
newest added

With `canCloseOutsideBounds: false`. This issue is fixed but I still need CloseOutsideBounds effect. @AbdullahChauhan https://github.com/user-attachments/assets/226aeb1b-e7c2-4862-957f-d80c66684b58 ``` listItemBuilder: (context, item, isSelected, onItemSelect) => Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ Checkbox( value: isSelected,...

it would have been very helpfull if we get any variable somethjing like isExpanded to keep it open when we need it to initially open like how normal dropdown works

enhancement

There is no cancel or clear icon to cancel the item what we dont needd and by miss if we selected lik ein top text it will show only selected...

Hello, In case of "searchRequest" should be very useful to have a minimum number of character to input before the request start. Further more, to avoid requests overlapping, should be...

Hello, I would like to keep the empty value in the dropdown, how can I do that? Let's say I have 3 values, I select the first one but then...

etState() called after dispose(): FormFieldState#79f21(lifecycle state: defunct, not mounted) This error happens if you call setState() on a State object for a widget that no longer appears in the widget...

Hi, I'm using your dropdown in my flutter project. It works well, but I have 2 questions that I haven't figured out how to customise (or maybe these things are...

I can't change the background color.

Hello, All controllers missing SelectValue method. ``` part of '../custom_dropdown.dart'; class SingleSelectController extends ValueNotifier { SingleSelectController(super._value); void clear() { value = null; } bool get hasValue => value != null;...