hmpf / easydmp

MIT License
7 stars 2 forks source link

WIP Question type for storage forecast #94

Closed vbhavdal closed 4 years ago

hmpf commented 4 years ago

Whenever you add something to INPUT_TYPES, django insist on a noop migration. I really need to look into fixing that... Had some ideas over the weekend.

hmpf commented 4 years ago

Urgh, html.

The remaining problem is what browser X does given form attributes like required and disabled. The input with type "number" (storage estimate) does not work with required, and it seems disabled acts weirdly with year. Basically what happens is you cannot submit, there's no error messages, and you cannot save.