I have an input where I may type text, and after I do, a list with options that match that text appears beneath it. I have an onblur on the input so that the list disappears when it is clicked off, but I want the clicking to occur before the onblur triggers (or at least before the action the onblur triggers) so that the list item onclick runs because it is not currently running and I'm not entirely sure why. I would anticipate that it would successively invoke the onblur and list onclick actions...
Do I need to rework this solution or is there a way to change this timing? I've experimented with using setTimeout to make the onblur calls do something after the list.
Hi Nihhhil,
Uniquely duplicate question.
https://www.outsystems.com/forums/discussion/83906/input-onblur-preventing-list-item-click-event/
Can you suggest where is this coming from? Sounds pretty interesting.
@Nicholas Campbell any thoughts on this?