Posts: 143
Threads: 33
Joined: Jun 2018
Reputation:
3
Location: USA
I am updating an iwSelect list in an async call. How do I refresh the list?
I have tried iwSelect.RefreshAsyncRender but my list is not updated.
Posts: 2,257
Threads: 195
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Just adding new elements to the IWSelect component (via items property) should update the list both in sync and async.
If it is not working for you something else is going on, I suspect. Can you recreate it in a simple test case?