-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text in Inputs is cut off #68
Comments
please help us on this issue .. |
Ok when I see the bottom line it seems to be an android issue. Could you provide more information? |
Just copy-paste from some react-native redux form tutorial from medium. In form field I can scroll with mouse wheel and placeholder text moves. "dependencies": {
"axios": "0.17.1",
"base-64": "0.1.0",
"immutable": "3.8.2",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-clean-form": "0.5.0",
"react-native-display-html": "1.2.5",
"react-native-elements": "0.18.5",
"react-native-icon-badge": "1.1.3",
"react-native-render-html": "3.5.2",
"react-native-swiper": "1.5.13",
"react-native-vector-icons": "4.4.2",
"react-navigation": "1.0.0-beta.21",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-form": "7.2.0",
"redux-immutablejs": "0.0.8",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "4.4.1",
"eslint-plugin-html": "3.2.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0",
"remote-redux-devtools": "0.5.12"
} |
Any development on this? |
this would be that you line height is too high for the height of the input box, lower your line height or make your input box taller |
also next time try providing code so that its easier for people to debug |
The text is cutoff :
The text was updated successfully, but these errors were encountered: