Skip to content

Inline typeahead dropdown within modal

Stuart Fisher requested to merge inline-typeahead-modal into main

Closes #130 (closed)

Before typeahead dropdown in modals were clipped in some cases, and required scrolling within scrolling within scrolling for other cases:

Screenshot_2023-11-07_at_16.24.06 Screenshot_2023-11-07_at_16.24.22

Now the menu is inlined which at least makes the menu usable in modals now:

Screenshot_2023-11-07_at_16.25.17

Merge request reports