Is it possible to do something like this. ``` Multiselect::make('School', 'school') ->singleSelect(), Multiselect::make('Course', 'course') ->dependsOn('school') ->api('schools/{school}/courses', Course::class) ```