Text input inside sortable - loses focus on data change #372
Replies: 1 comment 1 reply
-
Never mind - turned out within the form component I was using there was an index based key. After fixing that it's persisting changes that are higher in the list than the current element which is good enough |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to have a list text inputs in
Sortable.Grid
, and it works fine except for a focus issue. I want the keyboard to stay visible when new items are added or removed, but the current text input loses focus and the keyboard is dismissed whenever the list data changes. MykeyExtractor
is using a unique key that isn't based on index, so I don't believe it's losing focus due to the key changing. I didn't see anything related to keyboard or focus with a quickgrep
in the repo. Any thoughts?This was on iOS, library 1.6.0, reanimated 3.17.5
Beta Was this translation helpful? Give feedback.
All reactions