Using Javascript, how can I populate an input field on a ReactJS form from the perspective of an end user? Is there a specific sequence of events that React listens to when I update an input normally?
I know this is possible because a utility like 1Password does it just fine when plugging in a stored Identity, and apparently using a combination of keyboard events. I tried finding the answer there, though their minified JS code is difficult to understand as they handle tons of input types and edge cases among hundreds of sites.