akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Overflowmenu scrollbar option #1740

Closed rigorcadiz closed 1 year ago

rigorcadiz commented 1 year ago

🚀 Feature Proposal

Option to display scrollbar in Overflowmenu, always or when scrolling.

Motivation

The Overflowmenu dropdown doesn't have scrollbar visible and sometimes, it's not clear for user that there is something more to scrolldown, so it's a UX issue.

This is also related to this issue https://github.com/akveo/react-native-ui-kitten/issues/1736, since there are no fix yet, I'm planning to create my own Autocomplete using the Text component and Overflowmenu but sadly unlike the Autocomplete, it doesn't have any scrollbar indicator.

Example

Similar to Autocomplete menu it has scrollbar visible.

rigorcadiz commented 1 year ago

Overflowmenu force the to hide the keyboard when visible. I think this is the feasible. I used Scrollview instead.