Conditional Field Population Based on Active Tab in Filament v3 User Resource.

I am working on a Filament v3 app and have a UserResource with three tabs: Super Admin, Group Admin, and Clinic Users. Each tab contains its own set of fields. I want to ensure that when I create a user from the Clinic Users tab, only the fields from that tab are populated, and the other fields are set to null. The same should apply to the other tabs as well. How can I achieve this in Filament v3?
Was this page helpful?