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

Hello, Hope you are good. I am using your nice package in my projects but at one place i found an issue. 1.CustomDropdown.search() is place at bottom of screen assume...

When the search input is selected, it does not trigger the SingleChildScrollView effect.

Hi need to clear the text of drop down already selected on a change of my segment control how is that possible?

Hi, good work. I have a request. I need hide the underline and not show the option for it. Thanks ![image](https://github.com/AbdullahChauhan/custom-dropdown/assets/42924254/bd9a94d5-c761-47ca-9dd5-2fc7ef94ee22)

This PR allows you to use a controller to select/clear multi-select dropdown items programmatically. closes #57

In all constructors there is this assertion: ```dart assert(items!.isNotEmpty, 'Items list must contain at least one item.',), ``` Why question is: why do we do need this? I have a...

# Subject Non-modifiable Selected Items in Dropdown # Description Dear @AbdullahChauhan, I have created a dropdown using the multiSelectSearchRequest() factory method and encountered an issue. The problem is that I...

Error occurs using `multiSelect` factory ``` Flexible( child: CustomDropdown.multiSelectSearch( key: const Key("PickScanItems-ItemSerials"), items: itemSerialsList.isEmpty ? [kEmptyList] : itemSerialsList, onListChanged: _onItemSerialsChange, hintText: "Select Item Serials", initialItems: itemSerials.isEmpty ? null : itemSerials,...

The dropdown must contains an option to add the leading widget just like flutter dropdown or ListTile widget.

Is there any way we can have a callback to know when the dropdown is opened or closed?