react-native-ui-lib
react-native-ui-lib copied to clipboard
Incubator TextField - No line and cannot disable autoCapitalize
Description
The component does not render the line under the text, and I cannot disable autoCapitalize.
Related to
- [x] Components
Steps to reproduce
<TextField
autoCapitalize='none'
placeholder='e-mail'
floatingPlaceholder
onChangeText={() => console.log('changed')}
enableErrors
validate={['required', 'email', (value) => value.length > 6]}
validationMessage={['Field is required', 'Email is invalid', 'Password is too short']}
maxLength={30}
style={{ fontFamily: 'Manrope-SemiBold' }}
/>
Screenshot:

Try passing the preset prop with default value