We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
<content></content>
<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
clearSearchbox(event)
Replacing paper-typeahead-input in the above snippet with paper-input behaves as expected, although of course it's no longer a typeahead!
paper-typeahead-input
paper-input
The text was updated successfully, but these errors were encountered:
@Lithl is the snippet
working fine for you?
Can you setup a fiddle that how that's looking in the front end?
Sorry, something went wrong.
See http://jsfiddle.net/hr4h65cf/ comparing paper-typeahead-input with paper-input, each with a single paper-icon-button child.
No branches or pull requests
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-input
in the above snippet withpaper-input
behaves as expected, although of course it's no longer a typeahead!The text was updated successfully, but these errors were encountered: