Skip to content

Commit b5b626c

Browse files
authored
add 12 hour time input in tennis club form for QA (#1150)
1 parent fc41868 commit b5b626c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/form/tennis-club-membership.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ const TENNIS_CLUB_DECLARATION_FORM = defineDeclarationForm({
149149
id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label'
150150
}
151151
},
152+
{
153+
id: 'applicant.tob',
154+
type: FieldType.TIME,
155+
required: false,
156+
configuration: {
157+
use12HourFormat: true
158+
},
159+
label: {
160+
defaultMessage: "Applicant's time of birth",
161+
description: 'This is the label for the time of birth field',
162+
id: 'event.tennis-club-membership.action.declare.form.section.who.field.tob.label'
163+
}
164+
},
152165
{
153166
id: 'applicant.image',
154167
type: 'FILE',

0 commit comments

Comments
 (0)