Simon Ihmig

Results 358 comments of Simon Ihmig

@donaldwasserman sorry for my missing response here, somehow I missed the notification... > how would I write a test for this? Hm, good question. I have a test for the...

We are including popper.js by having https://github.com/kybishop/ember-popper as a dependency. There is a ember cli hook `shouldIncludeAddon` (https://ember-cli.com/api/classes/EmberAddon.html#method_shouldIncludeAddon), which can be used to tell Ember CLI if the nested addon...

> I had a quick look in v5 documentation and wasn't able to find custom checkbox and custom radio mentioned in it. They are not separate things anymore... > Consolidated...

> Personally I'm not sure it's worth adding the custom checkboxes and radios at this stage, not least because they don't actually exist in BS5. But that's just my opinion!...

@jelhan We don't have "real" support for custom checkboxes radios yet, do we? (although I *think* it's basically just adding a class)

I have rad your blog post, but have no first-hand experience with it yet. But happy to test it out, so yes, if you feel comfortable doing introducing that here,...

Thanks for starting this, there is a lot of good stuff here! I would be very interested in your thoughts on the validation API. Especially as mutating the `@model` was...

Forgot to mention in my previous comment the example of [Formik](https://formik.org/), which seems very popular in React-land, which supports behavior, but does not render markup by itself. The latter is...

Maybe this should also be reported on https://github.com/ember-cli/ember-twiddle, as this seems to be more related to how embroider/macros and ember-twiddle interact, rather than ember-bootstrap itself?

Thanks for the suggestion! But that alone won't be enough, because currently the form element already supports a block form, where the control is yielded (in case it has to...