I'm developing a project in ASP NET Core MVC, where I have a text field that has an autocomplete fed by a list.
But when I start typing in the field, and the search is too big, the suggestion component gets huge.
How do I reduce this auto complete, or even if possible include a Scroll Bar in the result.
I have already sought various supports or help to solve the problem, but so far without success.