I have problems to figure out how to re-use a schema in for example a select with a creating optio
3 Replies
It looks like you heb te change your form class for this
What is it you are struggle with?
I hoped i could include the for in the select, but i had to change the class to get this to work. But i think there is possibly a easy (filament) way to do this
Now I added : public static function configure(Schema $schema): Schema
{
return $schema->components(self::array());
}