Does useForm support loading values asynchronously?

Hello,
does useForm support loading values ​​asynchronously?
According to the discussion (https://community.developer.atlassian.com/t/useform-how-to-set-defaultvalues-dynamically-with-storage-values/78290), this was not possible a year ago. Has there been any change?

Thanks.
Petr

No direct change. You can use state to prevent the component from loading until the data is fetched, but not for individual parts of the form.

Thanks for the answer. :+1: