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.
After intended operation, for example adding a product from product dropdown by clicking add button. Dropdown state is not resetting, existing selected product is shown in dropdown.
Hello, If we spam the open/close dropdown with the example in the doc, an error is produced : ```dart 'package:flutter/src/widgets/overlay.dart': Failed assertion: line 1823 pos 12: 'SchedulerBinding.instance.schedulerPhase != SchedulerPhase.persistentCallbacks': is...
Hello, I have a problem with the search text field. If it is small enough, then the prefix/suffix icon does not allow you to enter text. Could you please make...
## Bug Fixes ### CustomDropdown Error Background - Resolved an issue where a gray background would appear when an error message was displayed in the `CustomDropdown` widget. - The `InputDecorator`...

How can i show the overlay under/below the dropdown. If there's any option which can be set true/false to hide/show the dropdown button as well. please let me know. This...
Hi, @AbdullahChauhan . I modified your animated_custom_dropdown library because I need to feature align to text. It's default value is `TextAlign.start`. Usage ```dart @override Widget build(BuildContext context) { return CustomDropdown(...