-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi,
I faced with problem when I used you lib.
E.g. I have to do validate redux form infront of some props values:
const { form, quantity, totalBought, t } = props;
validateForm({
[`fieldId${form}`]: numericality({
greaterThan: quantity - totalBought,
message: t('error'),
}),
});
in regular redux form validation I get props from validate function:
reduxForm({
validate: (values, props) => {...})})
In your lib examples, as I can see, the validate object cannot be feed with component props or I missed something?
Thanks
Metadata
Metadata
Assignees
Labels
No labels