WSDOT-GIS / bridge-clearance-app

An application that provides bridge clearance information
The Unlicense
2 stars 0 forks source link

Add dropdown route suggestion list #44

Closed JeffJacobson closed 9 years ago

JeffJacobson commented 9 years ago

Add dropdown suggestion list. (E.g., jQuery UI AutoComplete using a ComboBox)

Built-in browser autocomplete suggestions are not ideal at the moment. E.g., Chrome does not show 5 in its list of suggestions when the user types 5 into the text box, which would suggest to the user that 5 is not a valid choice when it in fact is a valid choice. Chrome's suggestion list also does not have scrollbars and will just flow off of the page.

JeffJacobson commented 9 years ago

Causing issues. Removing.

JeffJacobson commented 9 years ago

It has been decided that this feature is not really necessary as long as the user is restricted to only entering numbers in the route box.