Open centered modal
Open centered modal
Open aligned modal
Open aligned modal
Render a SearchField that opens a modal aligned to the SearchField itself:
Render a SearchField that opens a modal aligned to the SearchField itself:
Render a SearchField that opens a modal aligned to another DOM element
Render a SearchField that opens a modal aligned to another DOM element
📘 Modal alignment on smaller screensOn short viewports the search modal ignores the element reference passed to the
alignerRef property and snaps to the top of the viewport instead — at a viewport height of 790px or less on devices with a fine pointer (mouse/trackpad), and 1000px or less on touch devices. This is to use the available space as efficiently as possible.You can find the related reference here

