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

Pass through input properties #15

Closed markusguenther closed 7 years ago

markusguenther commented 7 years ago

React-native comes with lots of components. Especially the TextInput component uses a lot of properties that are necessary for the usability of a form.

In the current version the clean form Input component does not support the general TextInput components.

Fixes: #4

esbenp commented 7 years ago

Awesome work @markusguenther ! :-)