Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Support prefix/suffix elements #46

@Lithl

Description

@Lithl

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:

<paper-typeahead-input>
  <paper-icon-button suffix on-tap="clearSearchbox" icon="clear"></paper-icon-button>
</paper-typeahead-input>

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-input in the above snippet with paper-input behaves as expected, although of course it's no longer a typeahead!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions