Viktor Shevchenko
Viktor Shevchenko
Thanks a lot for clarification. This makes things more understandable.
Hi, I am not a library owner, so my opinion may be different and not committed to be the true one. As I understand you need something like global .setAttributeNames....
Cool! Glad to know this. Thanks a lot for translation.
Hi, I have forked a repo and started some debugging in order to fix this. But came to pretty strange results. The problem is in support of Arrays in rules....
So, I did some more investigation on that topic, and it happens that currently there is a similar limitation. Both libraries support "alternative initialization using an array instead pipe" and...
I am not very sure, that I completely understand your scenario, but following a documentation, you need to register your own rule validator. Like this: `Validator.register(name, callbackFn, errorMessage);` You can...
We can have a list of language maintainers, whom we can ping in PR in order to help localize new rule. That is how I did in #240
Hi. I feel like `http://localhost` is not a valid url. You can check it by googling for URL RFC. Also here is a good [comment](https://github.com/yiisoft/yii2/issues/13184#issuecomment-266284374) My personal opinion is that...
Looks like you are right.
'something' rule return `true` for any value, meaning field under validation will be always valid. Also, it is not documented in official docs, so I may suppose that this is...