affixes
hello guys, is there a way to make the
suffixAction()
or prefixAction()
to be a button instead of an icon button? just a rectangular button.7 Replies
Not sure. Did you try
->button()
on the Action?i already did but its not included in the function for
Action
, whenever i try to remove the icon()
it just gives me an errorThen it's probably not possible right now. You could try Awcodes #drop-in-action instead
i read the documentation but i find it really confusing as it only gave 1 example. thank you though sir for responding!
this is how i did it but it doesnt seem to work,
it gives me this error:
Method Awcodes\DropInAction\Forms\Components\DropInAction::component does not exist.
DropInAction is a separate Field. Not a suffix Action
okay thanks sir, i think this is really not possible as of now
You can use DropinAction as a separate Field and add an Action in there. That should be possible. But not as a suffix action