fix: Datum als readonly festgelegt.
This commit is contained in:
parent
381de6b554
commit
a77a31121f
@ -73,17 +73,17 @@
|
||||
left: left - width * .25,
|
||||
}),
|
||||
fontSize: 8,
|
||||
additionalActions: {
|
||||
onFormat: new PSPDFKit.Actions.JavaScriptAction({
|
||||
script: `AFDate_FormatEx("dd/mm/yyyy")`,
|
||||
}),
|
||||
}
|
||||
backgroundColor: PSPDFKit.Color.TRANSPARENT,
|
||||
fontColor: PSPDFKit.Color.Black,
|
||||
isBold: true,
|
||||
required: true
|
||||
})
|
||||
|
||||
const formFieldDate = new PSPDFKit.FormFields.TextFormField({
|
||||
name: id_date,
|
||||
annotationIds: PSPDFKit.Immutable.List([annotation_date.id]),
|
||||
value: locale_date_dd_mm_yyyy()
|
||||
value: locale_date_dd_mm_yyyy(),
|
||||
readOnly: true
|
||||
})
|
||||
|
||||
//post_code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user