BabyMaybe/MosaicSmash

Zero Default on Data Entry does not enter Match

Opened this issue · 1 comments

Zero Default on Data Entry does not enter Match

In order to get the placeholders to work I had to pass None to the formset, if you don't override the placeholder it submits the form with the None in it and the form fails since it is a required field.