Skip to content

Commit a4f880c

Browse files
fix: review comment
Co-authored-by: Eshank Vaish <48060426+eshankvaish@users.noreply.github.com>
1 parent 2e91620 commit a4f880c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shared/Components/CustomInput/CustomInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ const CustomInput = ({
115115
data-testid={name}
116116
required={required}
117117
onBlur={handleBlur}
118-
onKeyDown={props.onKeyDown}
119118
type={type}
120119
ref={inputRef}
121120
className={`${COMPONENT_SIZE_TYPE_TO_FONT_AND_BLOCK_PADDING_MAP[size]} ${COMPONENT_SIZE_TYPE_TO_INLINE_PADDING_MAP[size]} ${deriveBorderRadiusAndBorderClassFromConfig({ borderConfig, borderRadiusConfig })} ${endIconButtonConfig ? `custom-input__with-icon-button--${size}` : ''} w-100 dc__overflow-auto`}

0 commit comments

Comments
 (0)