diff --git a/src/public/app/widgets/promoted_attributes.js b/src/public/app/widgets/promoted_attributes.js index fb2c2c0d8..e40740a3c 100644 --- a/src/public/app/widgets/promoted_attributes.js +++ b/src/public/app/widgets/promoted_attributes.js @@ -149,6 +149,8 @@ export default class PromotedAttributesWidget extends TabAwareWidget { cb(filtered); } }]); + + $input.on('autocomplete:selected', e => this.promotedAttributeChanged(e)) }); } else if (definition.labelType === 'number') {