react-native-materialui-textfield
react-native-materialui-textfield copied to clipboard
Material textfield
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
I have added 2 inputs one for user name and second for password but after entered username i I seen Done button on keypad there should be Next button so...
Hello, While trying to align TextField with my other components, I found that TextField uses and extra 8dp space. So I had to give a negative margin of 8dp to...
When multiline={false} and the bound text is too long for the width of the field, it's aligning to the RIGHT (end of text) on Android, even when the input doesn't...
porting @AlexisLeon patch from https://github.com/n4kz/react-native-material-textfield/pull/102 ``` passes test: > [email protected] jest C:\_oha\react-native-materialui-textfield > jest "--silent" PASS src\components\field\test.js PASS src\components\label\test.js PASS src\components\helper\test.js PASS src\components\affix\test.js PASS src\components\counter\test.js PASS src\components\line\test.js Test Suites: 6...
Does this work? I'm trying to set the color and style of the top label by using: but it doesn't work
Have you fixed that copy paste issue in tabs navigator?
Issue: Having a defaultValue prop passed in, makes it a placeholder (color greyed out). As soon as focus is granted to the field, this defaultValue which was passed, disappears and...