evblurbs / react-native-md-textinput

React Native TextInput styled with Material Design.
322 stars 122 forks source link

Disable Floating of the label #30

Open Lokesh235 opened 8 years ago

Lokesh235 commented 8 years ago

Hi,

We can disable the text input by setting editable={false}. Is there a way we can disable the floating of labels?

Problem: I have a use case where I have to disable the complete View having more than 1 TextFields. As there is no direct way to disable complete view component. I was trying to disable individual TextField.

Thanks

kesha-antonov commented 8 years ago

https://github.com/evblurbs/react-native-md-textinput/pull/34

Maybe this will help?