Deschtex / html2react

A utility for turning raw HTML into React elements.
MIT License
43 stars 5 forks source link

Fix input checkbox's state #20

Closed gfx closed 7 years ago

gfx commented 7 years ago

HTML2React(<input type="checkbox" checked readonly disbled/>) does not work as expected.

This PR fills correct values to boolean attributes.

Deschtex commented 7 years ago

Hey, @gfx. Thanks for contributing! I had overlooked these particular attributes. Also, +1 for adding tests (I've been meaning to 😁).

gfx commented 7 years ago

Thanks for the quick reply! 😄