We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefcc56 commit d03f61bCopy full SHA for d03f61b
input-autocomplete-behavior.html
@@ -3,7 +3,9 @@
3
4
<script>
5
var WebPaperElem = WebPaperElem || {};
6
-
+ /*
7
+ * @polymerBehavior WebPaperElem.InputAutoCompleteBehavior
8
+ */
9
WebPaperElem.InputAutoCompleteBehaviorImpl = {
10
properties: {
11
selectedItem: {
0 commit comments