From 1d55c7bcb0d2f88271098bca8a61a9938fe9f906 Mon Sep 17 00:00:00 2001 From: GLEF1X Date: Tue, 30 Jul 2024 22:07:50 -0400 Subject: [PATCH] refactor(integration): add `aria-required` to `Input` component --- frontend/src/components/v2/Input/Input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/v2/Input/Input.tsx b/frontend/src/components/v2/Input/Input.tsx index 7ec540232..fb5b36a9e 100644 --- a/frontend/src/components/v2/Input/Input.tsx +++ b/frontend/src/components/v2/Input/Input.tsx @@ -99,6 +99,7 @@ export const Input = forwardRef(