Miguel Andrade

Results 178 comments of Miguel Andrade

Try to use a computed property on `selected` property. Example: ```js selected: computed('options.[]', function() { let options = this.get('options'); return options.get('length') ? options.get('firstObject') : null; }) ``` Not sure if...

@xomaczar i think defaultHighlighted is quite different from what @Sedrunum was looking for. He was looking for a default selection and defaultHighlighted is just the property that is highlighted when...

Can someone please take a look at this PR? Maybe @JamesTsaoAS or @sauravj?

ping @JamesTsaoAS @sauravj ❤️

@NullVoxPopuli it would be nice we could detect if the addon is being installed in an MU enabled app and create the scss file accordingly.

What version of ember-paper are you using? Also, are you using ember-basic-dropdown por ember-power-select in your app?

@tyleryasaka with paper-input, for example, we didn't need any extra component. If errors are present, we render them, if not, we don't. Can you please clarify this issue? We may...

Thanks! Can you chance import paths to ```js import layout from './template'; ``` ?

I was thinking for all components. This way you can move them anywhere and it would still work.