Skip to content

fix: name attribute now configurable

Compare
Choose a tag to compare
@darrenjennings 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" }

Fixes Issue #37
See PR #39

Thanks to @hemantsinghi for filing the issue.