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?
I understand that search result will re-populate with your new selected item? Please confirm if my understanding is correct or not.
When does the search result window is destroyed? Please let me know the manual action you were performing so that search result window is destroyed or do the window is under hidden state and will repopulate with new search item?