react-native-clean-form icon indicating copy to clipboard operation
react-native-clean-form copied to clipboard

The text in Inputs is cut off

Open MaxToyberman opened this issue 8 years ago • 6 comments

The text is cutoff :

screen shot 2017-10-11 at 13 05 00

MaxToyberman avatar Oct 11 '17 10:10 MaxToyberman

please help us on this issue ..

kukuandroid avatar Jan 09 '18 05:01 kukuandroid

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

markusguenther avatar Jan 09 '18 05:01 markusguenther

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"
  }

taras-vlasenko avatar Jan 18 '18 15:01 taras-vlasenko

Any development on this?

wmendes avatar Feb 28 '18 20:02 wmendes

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 avatar May 25 '18 10:05 The-Code-Monkey

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

The-Code-Monkey avatar May 25 '18 10:05 The-Code-Monkey