Gene Xu
Gene Xu
Hi, @h4m3d66 your image links is broken, but different pieces height is not supported yet.
Hi @h4m3d66 this feature is not supported, i will keep this issue open, thanks for your report.
Hi, @Louisx7 thanks for your advice, but unfortunately i'm too busy to do this feature, so it probably will not be release in recent times.
Here is my solution, work with original required attribute, any advice is welcome. ```javascript // push it to array and remove required attribute let requiredComponents = document.querySelectorAll("[required]"); requiredComponents.forEach(function(e){ e.removeAttribute('required'); })...