magmdot
Results
1
issues of
magmdot
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);}...