proving default works

This commit is contained in:
Niels Lyngsø
2023-05-31 12:13:30 +02:00
parent fe1d4a2f4d
commit 0fe46ffa71

View File

@@ -134,6 +134,25 @@ export const data: Array<DocumentTypeResponseModel> = [
labelOnTop: false,
},
},
{
id: '7b',
containerId: 'all-properties-group-key',
alias: 'datePicker-b',
name: 'Date Picker With Time',
description: '',
dataTypeId: 'dt-datePicker-time',
variesByCulture: false,
variesBySegment: false,
validation: {
mandatory: true,
mandatoryMessage: null,
regEx: null,
regExMessage: null,
},
appearance: {
labelOnTop: false,
},
},
{
id: '8',
containerId: 'all-properties-group-key',