Advanced Select in laravel #167
csimeon2023
started this conversation in
General
Replies: 2 comments 1 reply
-
What about optgroup and it's rendering ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I will give optgroup a try. However if I put <select name="anyfield" and dd(all) at controller level, the field is not listed nor recognized by the controller while other input fields in the same blade form are |
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
-
I have tried the Advanced Select in laravel. I am having a hard time trying to figure how to pass the selected options to the controller, without having to use AJAX. Is there a way to add the "name" attribute to the Advanced Select?
Beta Was this translation helpful? Give feedback.
All reactions