Hi guys,
SuggestionField is not handling overflow at the moment, problem at least in my case that its height is not set, so when you want to retrieve eg. 100 records they overflow out of the screen. Quick fix in my case is setting
.c-suggestionfield-popup {
...
max-height: 300px;
...
}
Could this be fixed in framework? Same problem appeared with presentation menu-bar althought that component was missing overflow-y:auto [PL-9431]
with height:
without height:
V:6.10.7