diff --git a/src/components/TextInput/TextInput.tsx b/src/components/TextInput/TextInput.tsx index 0ebfb83f..5c384d38 100644 --- a/src/components/TextInput/TextInput.tsx +++ b/src/components/TextInput/TextInput.tsx @@ -29,7 +29,7 @@ export const TextInput = forwardRef< const { containerRef, handleContainerClick, - handleContainerFocus, + styles, containerProps, innerValue, @@ -51,8 +51,6 @@ export const TextInput = forwardRef< pr={!!afterComponent && '0'} data-testid="text-input" data-state={state} - tabIndex={0} - onFocus={handleContainerFocus} {...containerProps} > {!!beforeComponent && (