xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 609 forks source link

Text Fields #78

Open TheSharpieOne opened 7 years ago

TheSharpieOne commented 7 years ago

Any plans to implement text fields? https://material.io/guidelines/components/text-fields.html

I'm pretty new to RN, but have experience with react. I'd be willing to attempt a PR if interested.

HofmannZ commented 7 years ago

I agree, I'm using this package right now, but it's no longer actively maintained. We could adapt it to react-native-material-ui.

xotahal commented 7 years ago

We don't use those animated inputs in our app. We use inputs like this: resultaa And for them, you can use ListItem component easily.

But I agree, we need the animated inputs to this library for sure :)

semiautomatix commented 7 years ago

Any movement on this, I'm using https://github.com/evblurbs/react-native-md-textinput at the moment but would prefer a unified component with themes

iRoachie commented 7 years ago

@semiautomatix I'm using react-native-material-kit for text fields

semiautomatix commented 7 years ago

@iRoachie, I've used react-native-material-kit but I am trying to avoid anything that requires native support - I'm also building for Windows 10.

iRoachie commented 7 years ago

It doesn't need native support, Its js only. The only thing the react-native link is used for is the icons

semiautomatix commented 7 years ago

Ok, good to know!

Yes, the react-native-md-textinput is not 100% on Windows.

fernandopasik commented 6 years ago

The last answer is pretty old, but do you guys know which would be the best alternative for textfields now?

semiautomatix commented 6 years ago

@fernandopasik I currently either use react-native-material-kit or react-native-material-textfield, if I just need the textfield?

fernandopasik commented 6 years ago

@semiautomatix thanks for the suggestion!

adrianicv commented 6 years ago

We can develop a textfield inspired in react-native-material-textfield (https://github.com/n4kz/react-native-material-textfield) and adding a dropdown behavior option inspired in (https://github.com/n4kz/react-native-material-dropdown). I've tested the first one in Android, iOS and Web and it works really well, so it could be an awesome asset to have in this library. I'll try to work in a PR.