Question
US Bancorp
US
Last activity: 17 Jun 2019 11:35 EDT
How to I capture the creation of a new version of a matched control?
I am doing a search in a field. When the onkeyup event is triggered a results list item is displayed. After clicking on that list item, the search result is hidden, but is still matched. Upon the next search I would like to wait until the new search results are created to click on that search result.
The issue I am having is when I use WaitForCreate, the control is already created from the previous search. Is there a way I can wait for new result?