Has anyone figured out a way to string together multiple controls/variables to get to an OnDeselect style action? I'm almost able to do what my app needs via the onselect and onchange, but it would be better if I could figure this one out. The pattern is that if someone clicks in the text input field and then clicks out of it without changing anything, i need to fire an action - likely set() but havent confirmed for sure since i can't do it. Any ideas? I'm stumped...
Related, I even strung together ways to change the text input without triggering the onselect or onchange, but that isn't the pattern I was aiming at.