html-parse-stringify2
html-parse-stringify2 copied to clipboard
Fails for boolean attribute if it is the last attribute on an element
<input autofill type="text" data-type="text" placeholder="Full Name" name="FullName" data-label="Full Name" required>
The 'autofill' attribute is correctly parsed but the 'required' attribute is missing.
I will fixed it.