This ticket is a follow up to T383730 where a bunch of improvements to mobile interaction and category field were made.
This ticket is to apply some of the mobile interaction improvements on category field to depicts field as well.
- Move the depicts field up on the viewport upon selection so that there is more room to show matches in the drop down underneath
The current depict drop-down box at its max height is hidden under keyboard. When you try to scroll up to see more options in the menu sometimes the menu disappears (because the depicts field has gone off the screen) before you can see all the options. To resolve this:
- Enable scrolling within the auto-suggest list when the drop-box hits the max height (we can go with the same max height as categories field). If the above mentioned issue does not resolve we can play around with the max height to enable scrolling.
- When scrolling is enabled, hide the keyboard when user is scrolling within the menu