react-native-stateless-form
react-native-stateless-form copied to clipboard
Stateless form components for React Native
I guess we need to do this check so we don't try to focus a non-form element: `if (child.type.propTypes && child.type.propTypes.value && child.type.propTypes.valid) {` Just I don't use propTypes as...
Since redux-form v6 is a complete rewrite, it has breaking API changes. One of them is the need to wrap your Inputs inside a `` element. This [line](https://github.com/danielweinmann/react-native-stateless-form/blob/master/StatelessForm.js#L12) and maybe...
I have a really hard time figuring out how to handle numbers best. There are two main problems here: 1. My initialValue is an integer, which will not get displayed...
I don't know if all versions of Android have this problem, but on the Samsung Galaxy S3 Mini I tested with auto-scroll wont happen unless the ScrollView has sufficient height....