Automatically use new record after creating within createOptionForm #8538
Answered
by
leandrocfe
aaronmeder
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Sep 16, 2023
Replies: 2 comments 1 reply
-
try this with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aaronmeder
-
I'm using this with ->relationship() and unfortunatly the newly created record is not automatically selected. I've tried preload and searchable but it didn't make a difference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try this with
->searchable()->preload()
are you using
->relationship()
?