Bas Kamer

Results 144 comments of Bas Kamer

Yes that the plan for Ember bootstrap. Might be a while before that’s done... However the said behavior is also true for glimmer components. I’ve update the demo repo from...

I’ve learned to live with it, but I can surely appreciate a fix. Thanks! Hope it al makes sense and gets merged.

`plan.run(task, target, options)` does work indeed. however the current task isn't halted. can't rely on its result therefore. i'v opted for exec('fly ...'), for now. thx

My use case would be: ```hbs {{#each components as |component|}} {{component component.name ...component.params}} {{/each}} ```

hi @simonihmig what would be a suggested solution for this use case? Willing to pick this up when not too complicated...

this modification to `node_modules/ember-bootstrap/addon/components/base/bs-form/element/control/input.js` seems to do the trick, but I'm not sure if this approach is best practice ``` classNameBindings: ['_classNames'], _classNames: computed('_type', '_isPlain', function() { if (this.get('_isPlain')) {...

That would seem logical. Yet it is not a string...

Dunno, an unknown mixin? See above? Probably the parent model. But not a string as the api docs say. Attribute on the other hand is. So in combinating both one...

It would be nice if we could fix this. Might be a BC as minimum node version needs to be up'd

a [movie](https://www.dropbox.com/s/a8mbamexhj7yr1k/tabs.mov?dl=0) might clarifies the issue perhaps