Skip to content

Commit 02687aa

Browse files
committed
Added test for checkboxes, updated doc.
Checkboxes can have an unique name. However, in some circumstances two or more checkboxes can share the same name attribute.
1 parent 7752fe8 commit 02687aa

13 files changed

+98
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Features
1010

11-
- Package size is: 1.18KB (594B gzipped!).
11+
- Package size is: 1.42KB (0.7KB gzipped!).
1212
- Supports all `<input />`s, checkboxes and `<select />`.
1313
- Supports `<select multiple />`.
1414
- Multiple bundles: [CJS, ESM and UMD](dist).

dist/react-input-handler.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-input-handler.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-input-handler.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-input-handler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-input-handler.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)