GeekyAnts / NativeBase

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
https://nativebase.io/
MIT License
20.19k stars 2.38k forks source link

Floating label onfocus issue #2005

Closed ViktorAksionov closed 6 years ago

ViktorAksionov commented 6 years ago

After upgrade to 2.5.1 from 2.4 floating label goes up only when user typed at least 1 char, when there is a focus in input field and nothing is there floating label stack in place, but should move up.

"react": "^16.4.0", "react-native": "^0.55.4", "native-base": "^2.5.1",

Expected behaviour

image

Actual behaviour

image

Steps to reproduce (code snippet or screenshot)

Screenshot of emulator/device

Is the bug present in both ios and android or in any one of them?

Checked only Android

Any other additional info which would help us debug the issue quicker.

SupriyaKalghatgi commented 6 years ago

Share the device configuration As in, model of device, which OS, which API etc

ViktorAksionov commented 6 years ago

image

ZeroCool00 commented 6 years ago

same problem here

akhil-ga commented 6 years ago

@ViktorAksionov @ZeroCool00 can you try toggling the remote debugging mode.

SupriyaKalghatgi commented 6 years ago

2000

ViktorAksionov commented 6 years ago

Had a test in emulator and in few real devices(Pixel & galaxy) bug still exist - in production mode! Please revert code changes which were done for focus in 2.5.x