paper-typeahead-input icon indicating copy to clipboard operation
paper-typeahead-input copied to clipboard

Polymer element for typeahead input.

Results 15 paper-typeahead-input issues
Sort by recently updated
recently updated
newest added

A small change that allows injecting custom content. See for instance [paper-tags-typeahead](https://github.com/mobula/paper-tags/blob/sophie/paper-tags-typeahead.html) prototype created by combining paper-typeahead with PolymerEl/paper-tags.

paper-typeahead-input version: 1.3.15 Polymer version: 1.8.1 paper-typeahead-input does not include `` anywhere, so it is impossible to include prefix/suffix elements. For example: Expected: An "X" icon button on the right...

In Development
Resolved
readyForDevelopment

Create a helper function to update inputValue and inputObject when need to. Instead of having duplicate code.

Hi, I need to use some sort of autocomplete field inside an iron-data-table cell. In general I am putting all sorts of input fields in the cells with great success...

status:replied
status:awared

inputValue and inputObject property should only be getting populated by the user input, should not be mutated by outside of the element. Maybe. I am not sure yet. But for...