Dmitriy Khayzin
Dmitriy Khayzin
approximate code: ```js ... constructor(props) { super(props); this.state = { fields: { name: '', address: '', country: '' // value is set to empty string } } this.countries = [...
Sorry for taking so long to reply. The initial hanging issue is resolved, however, now it hangs when a selection is made from the `select2`. FYI: The only changes I've...
I think I was able to get around it, by binding directly to the elements instead of using `on` on a parent. Give that a shot.