fix: name attribute now configurable
darrenjennings
released this
29 Apr 06:03
·
115 commits
to master
since this release
Name attribute on the input is now configurable via inputProps: { name: "my-input-name" }
Thanks to @hemantsinghi for filing the issue.