|
@@ -420,6 +420,7 @@ const TextInput: RefForwardingComponent<ITextInputRef, ITextInputProps> = ({
|
|
|
const renderInput = () => {
|
|
const renderInput = () => {
|
|
|
return <NativeTextInput
|
|
return <NativeTextInput
|
|
|
{...props}
|
|
{...props}
|
|
|
|
|
+ placeholderTextColor={currentType.placeholderColor}
|
|
|
secureTextEntry={variant === "hidden" && hideValue}
|
|
secureTextEntry={variant === "hidden" && hideValue}
|
|
|
underlineColorAndroid="rgba(255,255,255,0)"
|
|
underlineColorAndroid="rgba(255,255,255,0)"
|
|
|
placeholder={placeholder}
|
|
placeholder={placeholder}
|