-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow loading in TextInputs labels #4190
Comments
@AMDev2023 i have same problem in 5.11.5 version Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-12-28.at.14.34.01.online-video-cutter.com.mp4 |
I am also facing the same issue of rendering labels after the box Is rendered. RNP: 5.12.3 |
Hi guys, I have the same problem using RNP -> 5.12.2 and RN -> 0.72.7 The problem occurs on ANDROID RELEASE BUNDLE, but in IOS everything works fine. |
I am also facing the same issue :( |
same |
Same here, think that must be discussed. |
same |
@lukewalczak |
It is more horrible when TextInput fields render with value. |
Here updates please. |
Same here, v5.12.5 |
Same issue here. Using: expo 51.0.36, react-native 0.74.5, react-native-paper 5.12.5, node 20. |
same here.. |
I'm out this library is becoming useless |
same issue. There is an annoying delay when loading the labels. There are 9 TextInput components on the page with default values. Android 15 "react-native": "0.76.6", |
I’m also experiencing this issue when switching between tabs/screens. The I'm using Thanks for looking into this – a fix or optimization would be greatly appreciated! |
Current behaviour
Delay loading in textInputs label, When we using multiple textinput in same screen.
Expected behaviour
Textinputs labels dont take time to load.
How to reproduce?
When using more than 4 or 5 textinput in same screen, Navigating to multiple textinputs screen having this issue(In android simulator Android 12-Nexus 5x)
<TextInput
mode='outlined'
label={<Text style={{ fontSize: 14, fontFamily: 'poppins-500' }}>{label}}
value={value}
style={[{ height: 50 }, style]}
onChangeText={onChangeText}
placeholder={placeholder}
outlineColor={colors.LIGHT_GREY1}
activeOutlineColor={colors.PRIMARY}
outlineStyle={{ borderRadius: 4, borderWidth: 1 }}
contentStyle={[styles.container, multiline && { paddingTop: 12 }]}
textColor={colors.LIGHT_BLACK}
theme={{
colors: {
background: colors.LIGHT_BLUE,
onSurfaceVariant: colors.VERY_LIGHT_GREY,
},
}}
maxLength={maxLength}
keyboardType={keyboardType}
secureTextEntry={passwordVisible}
multiline={multiline}
textContentType={textContentType as any}
autoCapitalize={autoCapitalize as any}
autoCorrect={autoCorrect}
contextMenuHidden={contextMenuHidden}
/>
Preview
https://drive.google.com/file/d/1KbP4KgPucbomRQBp6t0yXLrIXaUJA8z5/view?usp=drive_link
Your Environment
The text was updated successfully, but these errors were encountered: