Skip to content

Commit

Permalink
Merge pull request #34199 from mkhutornyi/fix-34136
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Jan 10, 2024
2 parents 84b84c6 + 9ec49ac commit 9397a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TextInput/BaseTextInput/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function BaseTextInput(
errorText = '',
icon = null,
textInputContainerStyles,
touchableInputWrapperStyle,
containerStyles,
inputStyle,
forceActiveLabel = false,
Expand Down Expand Up @@ -273,7 +274,7 @@ function BaseTextInput(
style={[
autoGrowHeight && styles.autoGrowHeightInputContainer(textInputHeight, variables.componentSizeLarge, typeof maxHeight === 'number' ? maxHeight : 0),
!isMultiline && styles.componentHeightLarge,
containerStyles,
touchableInputWrapperStyle,
]}
>
<View
Expand Down

0 comments on commit 9397a9b

Please sign in to comment.