custom-dropdown
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.
I would like to suggest two improvements for the dropdown package available in this repository. It would be very useful to add the following properties: 1. **focusNode**: Allows greater control...
 custom-dropdown: 3.1.1 flutter: 3.19.6 mycode: ``` CustomDropdown.search( hintText: 'Select job role', items: _categories, excludeSelected: false, onChanged: (value) {}, decoration: CustomDropdownDecoration( closedBorder: Border.all(color: Colors.blueAccent), closedErrorBorder:...
Issue that I was facing: When specifying a controller, listener is not removed when the widget is disposed. Controller could still notify listeners of disposed widget. solution: Keep a reference...
Why there is background border there? and how to remove it?
How do I clear an item that i have selected. I have to tried using the method clear() provided by the controller but it doesn't seem to come.
Right now i cant have this dropdown with dynamic width, usually if i use `DropdownButton` from flutter, i use `isDense `property to true. thanks
Very nice work @AbdullahChauhan! **Problem:** I want to enable/disable items inside the dropdown list, it must not be selected based on an index/condition but it should still show inside the...
Hi! It will be very useful to make property to autofocus on search field when click/focus on widget
I have dropdown at the bottom of screen so when i open drop list i can't see item in android , i ios drop dwon open in top so that's...
I want to align header text on drop down items text to the right, Is there a way to do that currently?