Skip to content

Commit

Permalink
Merge pull request #5341 from GeekyAnts/release/3.4.15
Browse files Browse the repository at this point in the history
Release/3.4.15
  • Loading branch information
surajahmed committed Sep 9, 2022
2 parents 3d8deb7 + 8e0f67a commit ef47454
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/primitives/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const Input = (
isHovered: isHoveredProp,
isFocused: isFocusedProp,
onKeyPress,
InputLeftElement,
InputRightElement,
leftElement,
rightElement,
...props
}: IInputProps,
ref: any
Expand Down Expand Up @@ -59,10 +63,6 @@ const Input = (
placeholderTextColor,
selectionColor,
underlineColorAndroid,
InputLeftElement,
InputRightElement,
leftElement,
rightElement,
onFocus,
onBlur,
wrapperRef,
Expand Down

1 comment on commit ef47454

@vercel
Copy link

@vercel vercel bot commented on ef47454 Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.