Using in combination with paper-input

Directly bind a local array to paper-autocomplete. The component internally will filter suggestions based on the component attribute settings.

LOCAL DATA BINDING
The component internally remaps the passed array to the template binding array (which will be an array of objects with a `text` and `value` properties). The passed array can be a simple array of strings.

Public properties, `textProperty` and `valueProperty`, can be declaratively set in the element attributes, allowing to bind an arbitrary object array to the component's source property.