umbraco/Umbraco.UI

Popover/Combobox doesn't work well on mobile

bjarnef opened this issue · 1 comments

Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.

1.0.0-rc2

Bug summary

The combobox component doesn't work well on mobile. On mobile/touch the virtuel keyboard push the dropdown out of screen spare, so it is almost impossible to select an element.

Currently it is using Popper, but it could alternatively use Floating UI, but probably not in v1 #301

Screenshot_20220815-151214_Chrome

Also when virtual keyboard is closed the overlay doesn't re-positionate.

Screenshot_20220815-151455_Chrome

Specifics

No response

Steps to reproduce

...

Expected result / actual result

No response


This item has been added to our backlog AB#21816

Thanks for testing, @bjarnef! We have discovered a few issues with combobox that we are looking into. Good to add this to the list.