Related to #7
Creating a field with this in the content field will render unexpected results.
<div class="wrapper" doge="cate">
<div class="test">
<div class="wplfb-child-container"></div>
</div>
</div>
div.test is missing entirely. The field works as a wrapper and the attributes in the first tag are customizable.
This has to work somehow so things like select fields can work. <button> and <textarea> work but I'm not really happy with the implementation.
Related to #7
Creating a field with this in the content field will render unexpected results.
div.testis missing entirely. The field works as a wrapper and the attributes in the first tag are customizable.This has to work somehow so things like select fields can work.
<button>and<textarea>work but I'm not really happy with the implementation.