view source
How To Restyle Select Menus like Autosuggest Fields
Most users commonly relate autosuggest features with text-based input fields. Select menus are quite different because they only support a limited number of options. This is preferred in many instances where you only want the user to select one specified option(ex: gender or location). But let me spin you a new idea – consider how a select field would change if it were instead designed like a text-based input field. How could we accomplish such a task?
Advertisement