newforms-examples icon indicating copy to clipboard operation
newforms-examples copied to clipboard

How do you update a fields initial maxValue?

Open guybowden opened this issue 9 years ago • 0 comments

I have a field setup with a maxValue argument, I want to have that change depending on another form field - how can I do this? setting form.fields.myfield.maxValue doesn't work.. (fair enough) Is there some sort of 'updateField' method somewhere?

guybowden avatar Oct 04 '16 11:10 guybowden