diff --git a/src/components/Patient/PatientIndex.tsx b/src/components/Patient/PatientIndex.tsx index e2c753e96df..c3901f64abd 100644 --- a/src/components/Patient/PatientIndex.tsx +++ b/src/components/Patient/PatientIndex.tsx @@ -236,6 +236,11 @@ export default function PatientIndex({ facilityId }: { facilityId: string }) { setYearOfBirth(value); } }} + onKeyDown={(e) => { + if (e.key === "Enter") { + handleVerify(); + } + }} />