Can't close modal from custom cancel action
I have the following field with a suffix action
As you can see, I tried everything I could think of but the modal refuses to close!
The only thing that works is the commented out
->close()
call, but then the code in the ->action()
is not actually executed3 Replies
Any ideas or suggestions welcome because I'm losing it
Ok nvm, the action doesn't appear to work at all. Don't know what I'm doing wrong tbh.
Going to guess the 'Action' Class is the wrong action type to run in a footer.
Honestly, I don't even know. I opened another help thread because I couldn't get any action to work
https://discord.com/channels/883083792112300104/1346809893239259147
In those, I use different types of actions and none of them works
I'm guessing I'm doing something wrong, but I'm not sure what. Some of the examples are straight from the docs.