By default, the suggest menu is rendered in the .tobago-page-menuStore
and positioned relative to the page. The suggest menu will be scrolled with the page.
Sometimes this behavior causes problems. For example if tc:suggest is used in a fixed header.
In this case the suggest menu must not scroll with the page. Instead it should stick on the input component.
To render a suggest menu local on the component, the attribute localMenu
can be used.