Skip to content

Commit 800b72e

Browse files
committed
chore: Preserve input descriptor
1 parent 9e57414 commit 800b72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clerk-js/src/ui/elements/CodeControl.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export const OTPCodeControl = () => {
193193
render={({ slots }) => (
194194
<Flex
195195
align='center'
196+
elementDescriptor={descriptors.otpCodeFieldInputs}
196197
gap={2}
197198
hasError={feedbackType === 'error'}
198199
isLoading={isLoading}

0 commit comments

Comments
 (0)