Okay JavaScripties Imagine you had
2024-02-02 17:55:03.811428+01 by Dan Lyke 0 comments
Okay, JavaScripties: Imagine you had like a combo box, where you're filtering the contents of a <div> with a text box. And you wanted to make that contents clickable, and make the <div> go away when the text box loses focus.
I currently have a half-second timeout on destroying the <div> from the blur event. Anything less and I don't get the click.
(WKWebView, if it matters)