Esri / arcgis-dijit-geocoder-js

JavaScript auto-complete widget for locating places.
Apache License 2.0
27 stars 19 forks source link

added "maxResults" parameter #6

Closed robkspeer closed 9 years ago

robkspeer commented 9 years ago

added a new parameter, "maxResults", that allows the number of results added to the resultsNode to be set, instead of the static 5 results.

Height of the container is kept to 5 lines, but overflow is set to auto to allow scrolling thru the results.

driskull commented 9 years ago

@robkspeer very cool. thanks.

We have this functionality in a newer widget coming out soon. Suggestions still only support 5 max results in a locator though but maybe in the future there will be more.