WebReflection / hyperHTML

A Fast & Light Virtual DOM Alternative
ISC License
3.07k stars 113 forks source link

Textarea with empty string #218

Closed Fredx87 closed 6 years ago

Fredx87 commented 6 years ago

When the content of a textarea is an empty string, the content is replaced with an HTML comment: https://codepen.io/anon/pen/LQrBKR?editors=0010

(Similar to the alredy resolved issue https://github.com/WebReflection/hyperHTML/issues/200)

pinguxx commented 6 years ago

not a fix in hyperhtml but maybe do

WebReflection commented 6 years ago

this is a regression ... sorry for the inconvenience ... looking now

WebReflection commented 6 years ago

Apologies again. Version 2.7.2 with a definitive fix for all the possibilities.

It was a silly fix the one in 200, now it's for sure cleaned no matter what.