Matt-Esch/virtual-dom

Input value attribute not being updated when view-model has an empty string...

Opened this issue · 1 comments

If render a snippet of HTML like so:

<input type='text' value='foo' />

and then update the snippet to an empty string:

<input type='text' value='' />

the updated DOM retains the 'foo' value

I had the same problem.