Input value attribute not being updated when view-model has an empty string...
Author: ghostCreated Dec 5, 2017Updated Aug 9, 2019
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
Source: Matt-Esch/virtual-dom