Skip to content

Commit 25e00ab

Browse files
committed
fix: add missing ref
1 parent 4a0091b commit 25e00ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/Components/CustomInput/CustomInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const CustomInput = ({
120120
onBlur={handleBlur}
121121
onKeyDown={handleKeyDown}
122122
type={type}
123+
ref={inputRef}
123124
className={`${COMPONENT_SIZE_TYPE_TO_FONT_AND_BLOCK_PADDING_MAP[size]} ${COMPONENT_SIZE_TYPE_TO_INLINE_PADDING_MAP[size]} ${getFormFieldBorderClassName(borderRadiusConfig)} ${endIconButtonConfig ? `custom-input__with-icon-button--${size}` : ''} w-100 dc__overflow-auto`}
124125
/>
125126
{endIconButtonConfig && (

0 commit comments

Comments
 (0)