Disable "Create" button
Is there anyway to disable create/create and create another button on the form based on certain condition?
4 Replies
you can return true or false from the method?
what have you tried?
So I wrap the return form method with conditional statement?
Disabling form fields based on condition π
You can add an function in the resource called canCreate() and return true/false
Thanks!