Skip to content

Commit

Permalink
select working with option and label paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Graham Walker committed Jul 18, 2015
1 parent 2d68b75 commit 5fcb42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/input-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default Ember.Component.extend({

collection: null,
content: null,
optionValuePath: null,
optionLabelPath: null,
optionValuePath: 'content',
optionLabelPath: 'content',
selection: null,
multiple: null,
name: computed.oneWay('property'),
Expand Down

0 comments on commit 5fcb42e

Please sign in to comment.