You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
paper-typeahead-input version: 1.3.15
Polymer version: 1.8.1
paper-typeahead-input does not include
<content></content>anywhere, so it is impossible to include prefix/suffix elements. For example:Expected: An "X" icon button on the right side of the search box, which calls
clearSearchbox(event)when tapped.Actual: No button exists
Replacing
paper-typeahead-inputin the above snippet withpaper-inputbehaves as expected, although of course it's no longer a typeahead!