CanvasInput
CanvasInput copied to clipboard
I can't retrieve the input
Hi guys
I want to create an InputCanvas and retrieve the String when the user hits enter.
var input = new CanvasInput({ ... ... value: 'Test', onsubmit: function () {console.log(self.value);} })
gives me "undefined". Please excuse my noob-question...
Marco
ahhh.. _value does the job.