Autofocus first field as settings option (#536)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -62,6 +62,7 @@ abstract class UserFormRequest extends \Illuminate\Foundation\Http\FormRequest
|
||||
'confetti_on_submission' => 'boolean',
|
||||
'show_progress_bar' => 'boolean',
|
||||
'auto_save' => 'boolean',
|
||||
'auto_focus' => 'boolean',
|
||||
|
||||
// Properties
|
||||
'properties' => 'required|array',
|
||||
|
||||
@@ -88,6 +88,7 @@ class Form extends Model implements CachableAttributes
|
||||
'confetti_on_submission',
|
||||
'show_progress_bar',
|
||||
'auto_save',
|
||||
'auto_focus',
|
||||
|
||||
// Security & Privacy
|
||||
'can_be_indexed',
|
||||
|
||||
Reference in New Issue
Block a user