how can i create nested options and sub options in select form ?
i have nested categories and sub categories which i wanna display in select option. how should i do that?
6 Replies
you can group your options
https://filamentphp.com/docs/3.x/forms/fields/select#grouping-options
no it's more than two level. for example A,B,C are main categories and sub categories are like this: A > AA > x , B > BB > BBB > y, C > CC > z. each category has different children and more than 2 children
Solution
You probably want a #codewithdennis-select-tree
god! i spend days to find something usefull!! really appreciate man thanks alot🤝
Instead of spending day, why aren't you just going to our website and search for plugins 😉
that's right. do you have any solution for this problem: i want to base on selection on first step of wizard, check database and display dome input in step 3 of wizard. i mean displaying fields dynamic based on query result.