Autofocus first field as settings option (#536)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
1
client/composables/forms/initForm.js
vendored
1
client/composables/forms/initForm.js
vendored
@@ -22,6 +22,7 @@ export const initForm = (defaultValue = {}, withDefaultProperties = false) => {
|
||||
closed_text:
|
||||
"This form has now been closed by its owner and does not accept submissions anymore.",
|
||||
auto_save: true,
|
||||
auto_focus: true,
|
||||
border_radius: 'small',
|
||||
size: 'md',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user