Asyncronous Data
In this example, the options of the select are populated from data loaded asynchronously from "jsonplaceholder". You can construct the whole structure and form of your form from asynchronously loaded data if you so wish.
path: user | type: select
Even with async data, the form will select the correct item if the value is set (user with id 4 in this case):
path: selecteduser | type: select