yii2-at-least-validator
yii2-at-least-validator copied to clipboard
Max quantity of chosen attributes
Suppose that I have two fields, product 1 and product2. How to avoid that the two be filled but at least one must be filled?
Something like this is possible?
[
['product1', 'product2'],
AtLeastValidator::className(),
'in' => ['product1', 'product2'],
'max' => 1
],
@Maykonn ... waiting your answer on the PR. Thank you.