Jeremy

Results 5 comments of Jeremy

Is this PR still active or the recommended way to get arrow support in textarea is now [editor-widget](https://github.com/slap-editor/editor-widget) ?

Hello! The initial idea was that if you need custom behavior like this, you can trigger the submission by passing a custom view to `FormContainer` and call the `handleSubmit` handler...

Hello! Since react-authorize-net is merely a thin React layer on top of Accept.js, a lot of its [documentation](https://developer.authorize.net/api/reference/features/acceptjs.html#Workflow) applies here too. # Typical workflow ## Frontend 1) Collect payment information...

Currently react-authorize-net doesn't have any knowledge about which zip code is associated with a given transaction. It only knows about the card number, the card code and the expiration date....

Depending on how you choose to structure your code, I think the big lines of the multi-step form you are describing above make sense. As for your other questions, I...