GeekyAnts / GeekyAnts/NativeBase
Input type = "password" cannot be push to the top of virtual keyboard
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Input with type = "password" unable to be push to the top of virtual keyboard and is overlay by keyboard
### CodeSandbox/Snack link
-
### Steps to reproduce
When Input component is at the bottom of view, when focus it, the Input component should be push to the top of the virtual keyboard. type = "text" have no issue. but type="password" is not push
just create an Input component with type="password" and move the Input to the bottom of the view.
here is the simple code to show the issue
```
```
### React Version
18.2.0
### React Native Version
0.71.4
### NativeBase Version
3.4.28
### Platform
- [x] Android
- [ ] CRA
- [ ] Expo
- [ ] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.