Alex Lisenkov
Alex Lisenkov
Hi @not-a-lot, feel free to open up an issue and pr on the repository for the French translations. I recently extended [Zxcvbn.php](src/Zxcvbn.php) with the addMatcher method, which allows you to...
Hi @not-a-lot , Your conclusion is correct, there are two things that are impossible now. 1. You cannot provide matchers with different data sources, as they're hardcoded ([here](https://github.com/bjeavons/zxcvbn-php/blob/master/src/Matchers/DictionaryMatch.php#L181)). 2. You...
There are already some issues related to your problems: https://github.com/bjeavons/zxcvbn-php/issues/34 https://github.com/bjeavons/zxcvbn-php/issues/5
You can fork by clicking on the fork button on the top right.
Thank for PR. I am missing a test to cover this issue. Also don't forget to compile typescript (with `npm run build`)
Hi @seyade , The `defaultChecked` is not a property of `Checkbox` but instead of `CheckboxGroup`. Applying `defaultChecked` to the `checkboxGroup` will check **all** checkboxes by default. If you wish to...
Thank you for pointing out this issue, I believe there is something wrong with a Checkbox being controlled or not. The misunderstanding, or flaw, is that the checked prop is...
Can you create a codesandbox showing the bug?
Not a good description, but thanks for the suggestion. I will be working on a shift-click feature, but want feedback on my solution. There are some issues that make this...
Thanks for the suggestion. Unfortunately after some testing I found out that iterating though children prop does not work when a subcomponent renders a Checkbox that is not part of...