Cody Hatch

Results 2 issues of Cody Hatch

Source maps aren't really useful if you're just trying to use the library rather than develop it, and I find that the source maps are actually causing issues in my...

Seems to be an issue with using checkboxes. ``` javascript let Search = forms.Form.extend({ customer: forms.CharField({required: false}), location: forms.CharField({required: false}), payment_method: forms.MultipleChoiceField({ widget: forms.CheckboxSelectMultiple(), choices: [['offline', 'Offline'], ['online', 'Online']], required:...

Defect