You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a nested list with a select populated with items coming from an endpoint. When loading the data back into the form after saving they all load correctly with the previously saved values, apart from the first one. This has only recently started happening.
Selects that are not generated from an endpoint are working correctly.
Thanks.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
My guess is that items aren't fully loaded at the time of loading the form and as the loaded value isn't found, it gets removed. Try adding allowAbsent: true to the select and see if it works that way.
Environment
VITE v5.4.2
Reproduction
Describe the bug
Hi,
I am using a nested list with a select populated with items coming from an endpoint. When loading the data back into the form after saving they all load correctly with the previously saved values, apart from the first one. This has only recently started happening.
Selects that are not generated from an endpoint are working correctly.
Thanks.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: