Hi all,
I’ve encountered an issue in some scenarios where the dropdown search adds extra height to the option list, leaving a blank space at the bottom.
Has anyone else experienced this?
I’ve already implemented a CSS workaround, but I’m more interested in understanding the root cause of the issue.
Thanks.
Hi João Pedro Alexandrino,
Have you checked in your DB the list you passes in the dropdown its having any null value or not.
Because from UI if we don't have value its should not take empty space see in the below image.
But the condition if you have null values in the list than it will take empty space also, so you need to check first DB data.
Hope this will helps you!!!
Regards,
Rajat
I have faced the same issue about the space created below the dropdown search. You shared that you had css workaround solution. Can you share with me? Thank you so so much.
Hi Rajat Agrawal,
I tried your solution but it did not work. Can you share more of your insight about this?
Hi Mai Nguyen,
Can you please share your OML, so I can check what css and what code is there or some scenario you can create in sample OML because when I used the dropdown I am not facing this issue.