html-parse-stringify2 icon indicating copy to clipboard operation
html-parse-stringify2 copied to clipboard

Fails for boolean attribute if it is the last attribute on an element

Open blackmambahk opened this issue 7 years ago • 1 comments

<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.

blackmambahk avatar Oct 27 '17 00:10 blackmambahk

I will fixed it.

MurakamiKennzo avatar Aug 30 '18 12:08 MurakamiKennzo