mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 18:36:39 +02:00
feat(form-plugin): update _actionHiddenField #360
This commit is contained in:
@@ -606,6 +606,6 @@ class FormController extends Controller
|
||||
*/
|
||||
protected function _actionHiddenField() : string
|
||||
{
|
||||
return Form::hidden('action', 'save-form');
|
||||
return '<input type="hidden" id="action" name="action" value="save-form">';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user