Hello, I’m currently facing involves setting up a repeating group of users , where each user has a list of associated “types”, and each type has its own list of “skills” (specific abilities related to the type).
list of users–>list of types → list of skills
The challenge is that I want the first type of each user to be automatically selected when the page loads, and for the related skills of that type to be displayed.
i am using state or type