This ticket is part of the EPIC T383055
Problems to investigate
- The auto zoom feature upon selecting the category field cuts off both the input field and autocomplete list on the right hand side as shown in the video. This issue will also affect the visibility of arrows proposed in T383720 to allow users to navigate to subcategories. Investigate how we can fix this component so that it does not auto zoom.
- The current autocomplete list is not scrollable and abruptly disappears upon scrolling down as shown in the video. As part of the work in T383721 which is to allow users to scroll through more matches we need to enable scrolling within the autocomplete list. However, since mobile has limited space we need to investigate how to move towards a more ideal experience such as
- Scrolling the categories field to the top of the page when the input is in focus so that there is enough space between the field and keyboard to see autocomplete items
- Moving the categories field partially off the screen once there are x no. of categories added so that there is enough space left the field and keyboard to see autocomplete items
- Enabling scrolling within the auto complete list
- Hiding the keyboard when the user scrolls through the autocomplete list
- Investigating if the height of the autocomplete list can be dynamically updated based on available space on the screen
- ...... (add any other topics of investigation here)