AbdullahChauhan / custom-dropdown

Custom dropdown widget allows to add highly customizable dropdown widget in your projects. Features includes Search on list data, Network search, Multi-selection and many more.
https://pub.dev/packages/animated_custom_dropdown
BSD 3-Clause "New" or "Revised" License
155 stars 72 forks source link

[Suggestion] Improvements to the Package (focusNode and onTap) #82

Open offkevyn opened 4 months ago

offkevyn commented 4 months ago

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 over the focus of the dropdown, facilitating focus management in complex forms.
  2. onTap: A property that enables actions to be executed when the dropdown is clicked, offering greater flexibility for user interactions.

I believe the inclusion of these properties would make the package even more robust and functional for various use cases.

Thank you for the excellent work and for considering my suggestion.

Best regards, offkevyn

mohmdramadn commented 4 months ago

Is there any update on these suggestions ?

Mirajul-Mohin commented 3 weeks ago

Yes, it would be great if the dropdown's search field could be automatically focused when opened. It would allow the user to type text directly in search field.