Add optional focus & blur events to HTML write stages
Commonly when working on a web application that makes use of some javascript framework, writing text to an input is not all that is needed, as the element never received focus/keydown/keyup/blur events that it would normally receive from a user. Work...