Replies: 1 comment
-
I don't think that's possible. route() is server-side and ${form.country} is client-side/vue. |
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
-
Description:
In a Spalde Form I use the x-splade-select component with the remote-url option. The url expect a id which comes from another form component.
Currently I have to specify the URL directly:
Is there a way to use the route method from Laravel to pass the url?
Maybe in this way:
Beta Was this translation helpful? Give feedback.
All reactions