I don\'t see any tutorials with text input on famo.us university. How can I add a text box surface to my app and handle onchange
events?
You could just compose 'select' element and put it as content to the surface.
After that, create listener for this surface: surface.on('deploy', method)
.
In that method find created 'select' via document.querySelector
and set onchange
handler in which just emit 'change' event to the this._eventOutput
/whatever.
Actual coffee file see here: https://gist.github.com/extempl/346c045c6c71b3345ac3