text field loosing state on `render`
Author: perguthCreated Oct 13, 2017Updated Oct 29, 2018
Expected behavior
Input fields should retain their state (and possibly focus as well as cursor position) regardless of emitter.emit('render')
Actual behavior
Text input fields loose their state/value on rendering.
Steps to reproduce behavior
Minimally adjusted code from the README shows the described behaviour: http://requirebin.com/?gist=829488013f4333ed528825df65c6a406
Source: choojs/choo