Skip to content

Issue 6935 - Update HyperHTMLELement to render IOBigToggle too

Andrea Giammarchi requested to merge latest-hyperhtml-element into release-2018-4

To simplify IOElement lifecycle I've made some change to the HyperHTMLElement library that did not consider that IOSteps need to invoke created() N times and also inheritance might compromise initialization of each component.

Since, after investigation, I've discovered there was no issue with older Firefox, I've updated the library to render automatically on creation if no created method is available (already tested too).

Merge request reports