I have problems to figure out how to re-use a schema in for example a select with a creating optio

3 Replies
CasBizz
CasBizzOP4w ago
It looks like you heb te change your form class for this
toeknee
toeknee4w ago
What is it you are struggle with?
CasBizz
CasBizzOP4w ago
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()); }

Did you find this page helpful?