Simon Ihmig

Results 358 comments of Simon Ihmig

This is likely to make the `yarn docs:build` command fail, for which we have no test coverage yet. So shouldn't merge without further testing.

I thought about this in the past, but I am not sure if that's really that useful. Currently there are components mainly for things that need JavaScript (e.g. there is...

@lougreenwood thanks for the thorough explanation, makes much more sense now. I wouldn't be against adding a bunch of components, though again I see not much benefit in them, except...

Seeing the same, after upgrading `e-d` from 5.x to 6.0 (and going back to stage 1 decorators). Seems to be related to having a quoted property, at least for me......

Another downside is that the we set `showAllValidations` to true when submitting the form. If you have bound that property to some property of your app's state, it will implicitly...

> Would you accept a pull request implementing that feature? @jelhan Certainly! > prevent form submission if form is invalid Not so sure about this part though. After all what...

@jelhan I think I misinterpreted your remark there. I totally agree, we are on the same page! 😉

For the record: controlling the visibility of validations should also be thought about in the context of how to allow handling a submission attempt of an invalid form, i.e. the...

No, it has not, as even the original Bootstrap implementation does not support this AFAIK. I won't have the time to implement it by myself, but I am certainly happy...

Yes, I agree that would be very useful. But currently we don't have this set up unfortunately.