jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

df-disable="true" being ignored #127

Closed lsmoker closed 5 months ago

lsmoker commented 5 months ago

With the 1.3.9 update, setting df-disable="true" on a field in the form.__init__() method no longer works...

lsmoker commented 5 months ago

I switched to using the "disabled" attribute to make it work. I had used "df-disable" thinking that was more formset-aware (and it worked).

lsmoker commented 5 months ago

Used another way that might be the correct way.