Hi All,
I'm having an issue where the autocomplete appearance on a select_one field, is causing my Date, Time, & dateTime fields to no longer default to today() & now(), they will come up blank. (All of these fields are within a repeat).
Ex:
| type | name | label | appearance | default |
|---|
| begin repeat | Sampling_Log | Sampling Log | | |
| date | SampleDate | Date | | today() |
| time | SampleTime | Time | | now() |
| dateTime | SampleDateTime | DateTime | | now() |
| select_one TypeList | SampleType | Sample Type | autocomplete | |
| end repeat | | | | |
Changing the appearance of "select_one TypeList" from 'autocomplete' to something else causes the defaulted date/time fields to function properly.
Do anyone know of a work around for this? I'd like to keep the 'autocomplete' appearance.
Thanks,
Dave R.