Make the search parameter of dropdown lists on the new Forms to be toggleable

With the introduction of the new form system, being able to search dropdown has been a nice addition. However there are many cases where the added search box pushes the iframe way to far down to show all the options. There are also cases where only a few options exsist, leading to an unnessasary search option.

I am proposing the addition of a way to toggle on and off that functionality on the new forms.

This should be addressed asap because there are many cases where you don’t want a search bar, like having 3 or 4 options or when people have to read each option (no need for a search bar). Currenltly, there is no way to remove this search bar with css or javascript, I already spent 3-4 hrs looking into this direction.