Modify Label Options in RelationManager attach action
Hello
I'm trying to modify the options in attach action form inside a Relation Manager without success.
I'm using recordSelect & getOptionLabelFromRecordUsing
My code attached
Any help will be appreciate
Thanks
Solution:Jump to solution
The way I did it last time was like so:
```php
Tables\Actions\AttachAction::make()
->label('Add Part')...
3 Replies
Any hint will be appreciate ...π π
Any workaround? thanks.
Solution
The way I did it last time was like so:
Thank you , that code do the trick ... the
π₯³