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
158 stars 73 forks source link

Scroll page to up #21

Open Davidiasdesousa opened 1 year ago

Davidiasdesousa commented 1 year ago

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

N39r19 commented 1 year ago

@Davidiasdesousa you can use canCloseOutsideBounds: false for this

Davidiasdesousa commented 1 year ago

image Unfortunately it had no effect

nanasahebappetals commented 1 year ago

Same for me

nanasahebappetals commented 1 year ago

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

urvashi-k-7span commented 8 months ago

Any solution? I have same issue

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