FaridSafi / FaridSafi/react-native-gifted-form

In long forms keyboard is dismissed when focus on bottom fields

Open
#101 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
211
PR merge metrics
No merged PRs in 30d

Description

This should probably has to do with the scroll `keyboardDismissMode="on-drag"` in the `ScrollView` and the scroll to input behavior.

To reproduce this, try adding a couple of items to the example form (making sure you have some inputs below the viewport), scroll the form and click in one of those inputs. Thus, the keyboard will appear and then disappear right away.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the example form and inspect its ScrollView, especially keyboardDismissMode="on-drag" and the scroll-to-input behavior. Reproduce the issue by adding items until inputs fall below the viewport, then focus a lower input. Done means the keyboard remains visible after focusing that input.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.