Closed edmundoa closed 9 years ago
Changing the props that BooleanField was receiving was modifying the default value if it didn't change, causing the checkbox to uncheck if any other field in the form was modified.
props
BooleanField
My suspicion is that this is behind issue #1676.
LGTM :+1:
Changing the
props
thatBooleanField
was receiving was modifying the default value if it didn't change, causing the checkbox to uncheck if any other field in the form was modified.My suspicion is that this is behind issue #1676.