Hi, we're big fans of Tangle @ my company, but we ran into an issue when trying to limit one element based on another. Changing the data-max variable did nothing, as Tangle takes the attributes at initialization and then never looks at them again.
So I took some code from your getOptionsForElement function and dropped it into the touchDidMove function of the TKAdjustableNumber class. I'm still something of a js newb, so I wasn't sure how to just call the gOFE function from there.
But this was how I fixed it, allowing data- attributes to change after inititialization (and even within one click, -format being the main application that I can think of).
Hi, we're big fans of Tangle @ my company, but we ran into an issue when trying to limit one element based on another. Changing the data-max variable did nothing, as Tangle takes the attributes at initialization and then never looks at them again.
So I took some code from your getOptionsForElement function and dropped it into the touchDidMove function of the TKAdjustableNumber class. I'm still something of a js newb, so I wasn't sure how to just call the gOFE function from there.
But this was how I fixed it, allowing data- attributes to change after inititialization (and even within one click, -format being the main application that I can think of).
Thanks for a great library!