When I drag “Input” component to the drop down tree, it generates <input></input> html line. Is there a way to tell Pinegrow to generates <input /> instead?
This is what I get when inserting a input in Pinegrow Bootstrap 4 exactly how it should be: <input type="text" class="form-control" placeholder="Placeholder text">
With Pinegrow blank index.html, when I drag the input component to the tree or insert, it automatically include the </input> closing tag. Seem like a bug to me. The only way I know is to edit the index.html file directly to get rid of the error by deleting the closing tag.
I love Pinegrow. It speeds up my learning on html and css.