esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

The text in Inputs is cut off #68

Open MaxToyberman opened 6 years ago

MaxToyberman commented 6 years ago

The text is cutoff :

screen shot 2017-10-11 at 13 05 00

kukuandroid commented 6 years ago

please help us on this issue ..

markusguenther commented 6 years ago

Ok when I see the bottom line it seems to be an android issue. Could you provide more information?

taras-vlasenko commented 6 years ago

Same here: _068

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. My specs: Ubuntu 16.04 Genymotion simulator API 21 Here is my dependencies from package.json

   "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"
  }
wmendes commented 6 years ago

Any development on this?

The-Code-Monkey commented 6 years ago

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

The-Code-Monkey commented 6 years ago

also next time try providing code so that its easier for people to debug