NativeBase
NativeBase copied to clipboard
fix: Select field breaks forms in safari
Fixes #5111
Summary
When a Select is present on a form rendered on Safari (both iOS and Mac tested), every change in ANY input (even others than the Select) causes the screen to focus on the select input and loses focus on the changing input.
This PR aims to fix #5111 . There's a minimal reproduction of the problem this PR solves in this issue.
@gfviegas is attempting to deploy a commit to the Geekyants Team Team on Vercel.
A member of the Team first needs to authorize it.
Good catch! This should also be applied to Input component.
Any chance that this can be merged, please? I'm having to use an old version of native-base because of this bug and this PR fixes it.