FieldStudiesCouncil / FLAIR

Open Source Fieldwork Tool
0 stars 0 forks source link

Work out how to get empty values into the forms initially #16

Closed stevenday closed 12 years ago

stevenday commented 12 years ago

By having a proper empty value, rather than a default of 0, we can actually check for people completing the form, and thus add the nice ux enhancements that check whether an experiment/site is complete and mark it as such.

So far I've tried null, which turns into 0, and NaN, which turns into null which turns into 0. I've got a good hunch about "" though.