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

Flutter web hover issue #10

Closed shutdown-s closed 1 year ago

shutdown-s commented 2 years ago

I tried to override mouse cursor by using MouseRegion( cursor: SystemMouseCursors.click, child: CustomDropdown.search()... ) to click for web development but was unsuccessful. Is it possible to change this so that we can edit pointer to click when use hovers dropdown while using browser ?

AbdullahChauhan commented 2 years ago

@shutdown-s I'll look on this. Thanks for pointing this!

AbdullahChauhan commented 1 year ago

@shutdown-s Few days ago, I release 2.0.0. Can you check and confirm if this issue is resolve now?

shutdown-s commented 1 year ago

I have tested now and can confirm the issue is fixed.

AbdullahChauhan commented 1 year ago

@shutdown-s Thanks :thumbsup: