n4kz / react-native-material-textfield

Material textfield
Other
901 stars 831 forks source link

numberOfLines prop is not working #323

Open mehdirazajaffri opened 3 years ago

mehdirazajaffri commented 3 years ago

<OutlinedTextField ref={fieldRef} baseColor="rgba(255, 255, 255, 0.7)" errorColor={theme.textErrorColor} textColor={theme.textColor} tintColor={theme.brandPrimary} onChangeText={() => {}} multiline={true} numberOfLines={20} />

the field height is not being increased with the numberOfLines, can anyone help me in this ?