Make Button component interoperable with Remix Form
Opened this issue · 0 comments
alexanderhupfer commented
Summary
The Button component currently does not allow to pass a name and value prop to the underlying form button.
This is unfortunate, since it breaks interoperability with Remix as shown here: https://www.youtube.com/watch?v=w2i-9cYxSdc
Proposal:
Allow an optional name and value prop and pass it to the underlying form button