/filament-dependent-select-tutorial

In this tutorial, we will learn how to create dependent select fields in Filament, where the options in one select field depend on the value selected in another select field. In this example, the options in the `client_id` field will be dependent on the selected value in the `company_id` field.

Primary LanguagePHP

Stargazers