We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0091b commit 25e00abCopy full SHA for 25e00ab
src/Shared/Components/CustomInput/CustomInput.tsx
@@ -120,6 +120,7 @@ const CustomInput = ({
120
onBlur={handleBlur}
121
onKeyDown={handleKeyDown}
122
type={type}
123
+ ref={inputRef}
124
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`}
125
/>
126
{endIconButtonConfig && (
0 commit comments