Closed kebeclibre closed 2 years ago
have an input <input t-att-value="someState" /> change the input's value by typing in it. trigger a render of the component containing the input with the input's value doesn't change back to the old value
<input t-att-value="someState" />
@sdegueldre
fixed in beta-14
have an input
<input t-att-value="someState" />
change the input's value by typing in it. trigger a render of the component containing the input with the input's value doesn't change back to the old value@sdegueldre