From a85b72d4658f1e87cb0cba83a9df9793ae81768a Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Wed, 1 May 2024 20:39:18 +0300 Subject: [PATCH] fix: a11y issues in stories --- src/components/PinInput/__stories__/PinInput.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PinInput/__stories__/PinInput.stories.tsx b/src/components/PinInput/__stories__/PinInput.stories.tsx index 2104e1c280..9a0781bb61 100644 --- a/src/components/PinInput/__stories__/PinInput.stories.tsx +++ b/src/components/PinInput/__stories__/PinInput.stories.tsx @@ -19,6 +19,7 @@ export const Default: Story = { args: { onUpdate: action('onUpdate'), onUpdateComplete: action('onUpdateComplete'), + 'aria-label': 'PIN code', }, };