Request for Async/Await Support in Laravel Nova Fill Method #6329
Unanswered
mostafaznv
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi LaravelNova team,
Yesterday, I encountered an issue that prompted me to use the
async/awaitpattern while filling out a form.I needed to perform a heavy process just before submitting the form and wanted to delay submission until this process was complete, allowing me to add data to form fields dynamically. However, I discovered that the fill method does not utilize the async/await pattern and processes all form components in a loop without waiting for them to be resolved.
Is it possible to add this feature to Laravel Nova?
Beta Was this translation helpful? Give feedback.
All reactions