Inputs not attached to Object Models?

ahhhhh NVM I see. Because I’m using a custom renderer my snippet gets calls whenever I call this.render();. I was setting value = ‘’; when instead I needed to query the model for the value to use. It only took me about 20 minutes of stepping through the highly efficient (and hard to read) render() function to figure this out, haha