AutoCompleteBox extension

on
  • Box

Methods

searchKeys(String keyPrefix) Map
Gives suggested auto-complete keys from this box, along with corresponding values. Suggested values are sorted by number of occurrences in this box.
searchValues(String valuePrefix) Map
Gives suggested auto-complete values from this box, along with corresponding keys. Suggested values are sorted by number of occurrences in this box.