oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.43k stars 453 forks source link

Accordion header closes keybord when editing TextInput #337

Closed ramisalem closed 4 years ago

ramisalem commented 4 years ago

I have a TextInput on Accordion's header and can't continue typing on the keyboard, the keyboard closes immediately.

expo snack

evo-sampath commented 6 months ago

@ramisalem I am also facing this issue but I have TextInput in the renderContent, every time I type the textInput its keyboard is dismissing

did you found any solution for this?

syedhaider02 commented 2 months ago

if you use a dynamic value as a key for mapping the collapsible component, React treats the new key as a new node, making the keyboard collapse.