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 40e2bba commit e3c75e1Copy full SHA for e3c75e1
src/main/resources/META-INF/frontend/paper-chip-input-autocomplete.js
@@ -329,7 +329,7 @@ class PaperChipInputAutocomplete extends ThemableMixin(PolymerElement) {
329
}
330
331
_onKeyEnter() {
332
- if (this.additionalItems && (this._inputValue != '' && this._inputValue != undefined)) {
+ if (this.additionalItems || (this._inputValue != '' && this._inputValue != undefined)) {
333
this._saveTag(this._inputValue);
334
this.required = false;
335
this.autoValidate = false;
0 commit comments