NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

fix: Select field breaks forms in safari

Open gfviegas opened this issue 2 years ago • 3 comments

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 avatar Mar 01 '23 13:03 gfviegas

@gfviegas is attempting to deploy a commit to the Geekyants Team Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Mar 01 '23 13:03 vercel[bot]

Good catch! This should also be applied to Input component.

mikevercoelen avatar Mar 09 '23 13:03 mikevercoelen

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.

robbporto avatar Sep 12 '23 22:09 robbporto