mikeabrahamsen / Flask-Meld

Flask-Meld is a library to provide server rendered templates over websockets for Flask applications to build reactive components without Javascript
https://www.flask-meld.dev/
MIT License
313 stars 15 forks source link

Nested input elements are not updated #12

Closed eruvanos closed 3 years ago

eruvanos commented 3 years ago

Using meld:model within an additional div like:

<div>
    <div class="row">
        <input type="text" meld:model="text">
        <button meld:click="add">+</button>
    </div>
</div>

Does not change the value if it is changed by .py.