react-native-material-textfield icon indicating copy to clipboard operation
react-native-material-textfield copied to clipboard

Label overlaps the outline while using renderLeftAccessory

Open gilshaan opened this issue 4 years ago • 2 comments

2020-07-15

<OutlinedTextField label='Password' secureTextEntry={true} keyboardType='phone-pad' textColor='white' tintColor='white' baseColor='white' labelFontSize={16} inputContainerStyle={{ marginTop: 15 }} renderLeftAccessory={() => <Image style={styles.inputTextLockIcon} source={require('./images/lock.png')} />} />

gilshaan avatar Jul 15 '20 12:07 gilshaan

I am facing the same problem, any updates?

brunohadlich avatar May 19 '21 18:05 brunohadlich

just add labelOffset={{x1: -45}}

thanhsmr avatar Jun 21 '21 16:06 thanhsmr