Change Dropdown behaviour for text overflow

Hi!

I am currently using a dropdown that allows the user to enter text to search within a list of items. It works great; however, if the user enters text that is longer than the width of the dropdown, the dropdown component extends to accomodate the overflow (see below). While this is useful, it looks extremely strange.

Is there any way to alter this behaviour without limiting text length or extending the component?

Is there a way to do text wrap, or to ‘scroll’ the text as you begin to overflow such that the characters in the beginning scroll off to the left (if that makes any sense)?