react-submittable icon indicating copy to clipboard operation
react-submittable copied to clipboard

Stop using preventDefault to get form behavior in React.

Results 1 react-submittable issues
Sort by recently updated
recently updated
newest added

Because a button's default type is submit and a form will trigger a submit on enter, giving a button inside of `` an `onSubmit` callback that is the same as...