You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setValueSelection(value,select){if(select){returnthis.addToSelection(value);}else{returnthis.removeFromSelection(value);}},
...
removeFromSelection(value){if(this.get('multiple')){this.get('selection').removeObject(value);}else{thrownewError('removeFromSelection is not supported in single-selection mode');}},
results in error when unclicking an md-check from md-checks with multiple=false (single-selection).
The text was updated successfully, but these errors were encountered:
LexLythius
pushed a commit
to LexLythius/ember-cli-materialize
that referenced
this issue
Jun 9, 2015
This code:
results in error when unclicking an md-check from md-checks with multiple=false (single-selection).
The text was updated successfully, but these errors were encountered: