diff --git a/src/public/app/widgets/promoted_attributes.js b/src/public/app/widgets/promoted_attributes.js index e7c29090e..e2a51771f 100644 --- a/src/public/app/widgets/promoted_attributes.js +++ b/src/public/app/widgets/promoted_attributes.js @@ -154,7 +154,7 @@ export default class PromotedAttributesWidget extends TabAwareWidget { } }]); - $input.on('autocomplete:noteselected', e => this.promotedAttributeChanged(e)) + $input.on('autocomplete:selected', e => this.promotedAttributeChanged(e)) }); } else if (definition.labelType === 'number') {