Wish: InputList - hide selection bullets

chip

New Member
Licensed User
Longtime User
To be more consistent with Android, I would like an option to hide the selection bullets when the InputList is called with no intention of having the bullets selected.

This would mimic and be consistent with Android when there are long press popup menus for actions based on clicking an item from a list. For example, long press on a contact, or any other action (long press a text box for the copy/paste dialog).

I realize it can be called with index = -1 so that none are selected, but I would request removing the bullets for -2, or create a new funtion with no bullets (InputMenu?).

Thanks,
Chip
 
Last edited:
Top