forked from sbycrosz/react-native-credit-card-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dev to modify the return key type for each field and the submit…
… action This will allow you to have a name and billing zip code field present on the page and on submit from the name field go to the zip code field for a better user experience. Currently, the form blurs and you have to click the billing zip code. minor fix Allow the developer to pass down additional input props This should probably change more of the code than the above. Generalizing so the developer can pass whatever to the inputs in the form of: ```javascript additionalInputProps = { name: { returnKeyType: 'next' }, }; ``` Same thing on the lite inputs clean up lint error fix linting errors clearning up prop names Update Readme for the additionalInputsProps fixing typo fixing propTypes
- Loading branch information
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters