check-all
check-all copied to clipboard
Multiple checkbox selection helper.
Not sure if it is a bug or feature and what is the recommended behavior for a `check-all` action when the list of checkboxes includes disabled inputs. Lets imaging a...
When I try to use this lib with `delegated-events` (https://github.com/dgraham/delegated-events), I get this error: ``` TypeError undefined is not an object (evaluating 'matched.observers[j].data.call') ``` Demo: https://codesandbox.io/s/awesome-leftpad-9gtgo?file=/src/index.js
Code automatically checked the "check-all" box if any one of the checkboxes is checked (line 87 in src/index.ts) Proposed change: replace with the following if statement if ((total - count)...
New IP
New IP _Originally posted by @tommierunsthis in https://github.com/public-apis/public-apis/issues/4181_