We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d9c10 commit 42d08feCopy full SHA for 42d08fe
src/form/v2/birth/forms/pages/child.ts
@@ -409,7 +409,7 @@ export const child = defineFormPage({
409
},
410
{
411
id: 'child.birthLocationId',
412
- type: FieldType.HIDDEN,
+ type: FieldType.ALPHA_HIDDEN,
413
required: false,
414
label: {
415
defaultMessage: 'Health Institution',
src/form/v2/death/forms/pages/eventDetails.ts
@@ -367,7 +367,7 @@ export const eventDetails = defineFormPage({
367
368
369
id: 'eventDetails.deathLocationId',
370
371
372
373
0 commit comments