checkbox
checkbox copied to clipboard
React Checkbox
Resolves #44
When you try to print the checkbox component, the checked values do not appear in the component Can be seen here: http://react-component.github.io/checkbox/examples/simple.html and try to print
Happy to send a PR :) From [react/flow docs](https://flow.org/en/docs/react/events): > Note: To get the element instance, like HTMLButtonElement in the example above, it is a common mistake to use event.target...
Checkbox.js:110 Uncaught TypeError: Cannot read property 'string' of undefined wrong work with PropTypes
It should be set to number, not to string.
Using css to override styling of a checkbox requires a `` as a sibling (same level, next element) to the `` node. Without using a label with the htmlFor attr,...
Bumps [np](https://github.com/sindresorhus/np) from 9.2.0 to 10.0.1. Release notes Sourced from np's releases. v10.0.1 Fix compatibility with npm 10 (#737) 9fdebd5 https://github.com/sindresorhus/np/compare/v10.0.0...v10.0.1 v10.0.0 Breaking Remove the --yarn flag (#730) 4b3b599 The...
``` /** We only think `undefined` is empty */ function hasValue(value: any) { return value !== undefined; } ``` I think using useMergedState is unreasonable ```tsx Checkbox {/* Correct */}...
Changed the ".rc-checkbox-inner-input" class to ".rc-checkbox-input".
Bumps [husky](https://github.com/typicode/husky) from 9.0.5 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @typicode in...