I have a search bar that’s tied to an input field so when someone adds a value, it returns a list. However, depending on how many items are in the list, the results page jumps around.
You’ll see in the photos that the search bar is basically in the center when no input. When I type the letter A, the search bar jumps to the top, when I type in another letter, it jumps a little lower.
Any suggestions on how to keep the search bar fixed, no matter how many results are returned?
I would hold the position by placing a box above the search field the height I wanted the field to stay from top, and then give the box the same color as the background. this will render the box invisible and stop the field from moving.
My fault, I didn’t describe it accurately. I think another member suggested something, mixed with your idea, that would work.
Basically set the search bar to “top” and create an rectangle component same color as the background and place it where I want the search bar to have a max height.