mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 13:35:20 +10:00
fix: dropdown fields (#2584)
This commit is contained in:
@@ -96,7 +96,7 @@ export const EditorFieldDropdownForm = ({
|
||||
mode: 'onChange',
|
||||
defaultValues: {
|
||||
defaultValue: value.defaultValue,
|
||||
values: [{ value: t`Option 1` }],
|
||||
values: value.values || [{ value: t`Option 1` }],
|
||||
required: value.required || false,
|
||||
readOnly: value.readOnly || false,
|
||||
fontSize: value.fontSize || DEFAULT_FIELD_FONT_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user