react-mailchimp-form icon indicating copy to clipboard operation
react-mailchimp-form copied to clipboard

React subscribe form for Mailchimp

Results 26 react-mailchimp-form issues
Sort by recently updated
recently updated
newest added

Added label tag for users who would like to add the label tag to their form instead of using the placeholder. I grouped the label tag and input field in...

There is no option for form labels. This will be a nice option for those who do not want to go the placeholder route

find out some accessibility errors in lighthouse... you know your self

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.2.0 to 16.2.1. Changelog *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.2.1 (August 1, 2018) > > ### React DOM Server > > * Fix a [potential XSS...

dependencies

These days we'll not avoid legal disclaimers in even simplest forms. Please consider this as a valid expansion to your amazing package.

I solved navigation with the tab key through the inputs

Solve Issue #22 The input ID has been added so that Google Lighthouse validate does not have the warning that the control identifier is missing

ref.: https://web.dev/label/?utm_source=lighthouse&utm_medium=devtools **Suggestion** 1. Add "id" into , so that it supports separately for font-end element. **Example**: ``` // landing_page.tsx ... {signuptitle} ... ``` ``` // react-mailchimp-form/src/index.js ... {fields.map(input =>...

Happy Hacktoberfest! 👻 Noticed the submit button is disabled on success state, makes sense to also disable the input box on success. In reference to issue #16