Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(component): bindable multiple for association select component
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Jul 15, 2016
1 parent f3456bc commit ad68275
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/component/association-select.js
Expand Up @@ -29,7 +29,7 @@ export class AssociationSelect {

@bindable({defaultBindingMode: bindingMode.twoWay}) value;

multiple = false;
@bindable multiple = false;

ownMeta;

Expand All @@ -44,7 +44,6 @@ export class AssociationSelect {
this._subscriptions = [];
this.bindingEngine = bindingEngine;
this.entityManager = entityManager;
this.multiple = typeof element.getAttribute('multiple') === 'string';
this.element = element;
}

Expand Down

0 comments on commit ad68275

Please sign in to comment.