diff --git a/src/OtpInput/OtpInput.tsx b/src/OtpInput/OtpInput.tsx index 3e9fc0e..df6c69b 100644 --- a/src/OtpInput/OtpInput.tsx +++ b/src/OtpInput/OtpInput.tsx @@ -73,6 +73,7 @@ export const OtpInput = forwardRef((props, ref) => { onPress={handlePress} style={generatePinCodeContainerStyle(isFocusedContainer, char)} testID="otp-input" + accessibilityLabel="otp-input" > {isFocusedInput && !hideStick ? (