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.
I clicked the dropdown's scroll view to stop scrolling, and I expected that it would stop scrolling, the field was closed.
originally, because the dropdown field had been wrapped with a GestureDetector as a child, the gesture action had been applied to that child too, where it shouldn't happen.
Instead, I separated and placed them in a Stack, so this issue was fixed.
I tested this in IOS
I clicked the dropdown's scroll view to stop scrolling, and I expected that it would stop scrolling, the field was closed.
originally, because the dropdown field had been wrapped with a GestureDetector as a child, the gesture action had been applied to that child too, where it shouldn't happen.
Instead, I separated and placed them in a Stack, so this issue was fixed.