Form Init
the initial setting function of the form has been added to set the form globally. For example, if you need to disable some operations in all forms, you can add the following code in app/Admin/bootstrap.php
:
If you want to open the settings in one of the forms, for example, open the checkbox that displays 'Continue Editing', call $form->disableEditingCheck(false)
on the corresponding instance;
Last updated