summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html')
-rw-r--r--polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html b/polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html
index 4931ff12da..582c83bbe4 100644
--- a/polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html
+++ b/polygerrit-ui/app/elements/change/gr-account-entry/gr-account-entry.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -35,9 +36,11 @@ limitations under the License.
placeholder="[[placeholder]]"
threshold="[[suggestFrom]]"
query="[[query]]"
+ allow-non-suggested-values="[[allowAnyInput]]"
on-commit="_handleInputCommit"
clear-on-commit
- warn-uncommitted>
+ warn-uncommitted
+ text="{{_inputText}}">
</gr-autocomplete>
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
</template>