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

How to make the width of CustomDropdown stretch to the width of the texts of selected items?

how to add clear button

Hi, how do i group dropdown item and show the group label on the dropdown options?

enhancement

I need list when click on the dropdown it needs to show the loader up to fetching the list. Then as usual we can search the list through .searchRequest method.

Hi, is there any way to achieve a read-only or disabled state? I would assume that read-only state would just work as normal, but not update the value when the...

This PR is a preview and is not yet ready for production. This PR introduces a new parameter "enabled" for all CustomDropdown constructors. Setting this parameter to "false" you set...

it is possible to add list controller to CustomDropdown.multiSelectSearchRequest ? What I will do 1-I will dedect bottom of listview. 2- then will get new data from endpoint. 3- then...

how to enable prefix icon ?

On dropdown overlay open make sure the selected item is visible. I tried using scrollController.ensureVisible but it only takes upto 13th index. Rest item does not trigger this cause context...