diff --git a/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx index 2e980044c..b597e211e 100644 --- a/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx @@ -30,16 +30,7 @@ const AriaInputWithLabel = forwardRef(function AriaInputWithLabelComponent( useImperativeHandle(forwardedRef, () => ref.current as HTMLInputElement) return ( - { - if (ref.current) { - ref.current.focus() - } - }} - > +