Maxime Brazeilles
Maxime Brazeilles
Well the best workaround is to use `mj-style` with `css-class` as said earlier. I don't think we can go deeper than this (adding an attribute on every component would be...
Only issue is, an `rtl` attribute would conflict with most of `align` attribute i think ? We might need a little help with starting a PR on this one and...
right to left text isn't the same as direction attribute on group/section as it's only here to control the display order on mobile/desktop. No one in the team is experienced...
Well n/a in this case just mean there's no default value available for this attribute. If it's listed then it's supported. Might need to reword those `n/a` to something else...
I think it would be better to work on a script that generate attribute table for a given component. I don't know where we could store the description tho
Well as MJML is used mostly for Marketing/Transactionnal stuff I wasn't aware that was an issue. `mj-wrapper` can be nested ( I think mj-section+column can be too ) but this...
It requires so much testing that I'm not really open into merging this. You can just do as here https://github.com/mjmlio/mjml/blob/bd9bb7f10235ab473a0279c2768161504eace326/packages/mjml/src/index.js#L6 and assign your own dep for mj-wrapper ? On Fri,...
Yup for now I think you can only tricks it with a fake custom component. If we do this then it becomes a breaking change and need to ensure that...
I'm not sure we could do something about this here. We rely on a hidden input and it display the accordion by clicking on the associated label. As the input...
Well details & summary are another topic : no way to have a decent fallback in some clients, https://adrianroselli.com/2019/04/details-summary-are-not-insert-control-here.html have some weird behavior and accessibility concern too. > Support isn’t...