kpcollier Posted September 29, 2021 Report Share Posted September 29, 2021 I have a search form with a single search filter, that is utilizing the AutoComplete feature. My problem is that when the AutoComplete list pops up, most of the "SEARCH" button is hidden behind it, to where you can't see any of the button text. This isn't a problem when a user selects a value from the list. But, when a user wants to just search the value they typed in, it gets a bit confusing. Is there a way to move the AutoComplete value list over to the right, to where the left edge of the dropdown list is aligned with the right edge of the search filter field? Or something like this? Quote Link to comment Share on other sites More sharing options...
kpcollier Posted September 29, 2021 Author Report Share Posted September 29, 2021 <style> #UIToolBox{ left: 55% !important; } </style> This in the header will move the dropdown list to the right a bit. autonumber 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.