gwendall/way.js

What event to watch for binding ?

Closed this issue · 2 comments

hello there ! First, nice little helper lib you have here.

Then i have a little question ... i have an input text ( part of a way.repeat() ) that i populate/change value programmatically ... But it seems 'Way' doesn't update the json values when the input is updated.

What kind of event are you watching to trigger the refresh ? SO that i can trigger it myself whenever the value is updated !

Thanx a bunch

Or maybe there's anyway to tell Way.js to resync all the input fields on demand ?

Ok never mind, found the way to update values/template with way.set/get !

Works fine :) Thx for your good work !