enketo-core
enketo-core copied to clipboard
The engine that powers Enketo Tools - Use it to develop your own enketo-powered app.
### Motivation Determining the repeat position for a given node is currently expensive, with a few disparate implementations throughout the codebase. Some of these implementations are challenging to maintain/understand. My...
As part of #898, I plan to introduce static types which clarify the possible states and data flow for the evaluation cascade methods: - `Form.calc.update` (calculate.js) - `Form.repeats.countUpdate` (repeat.js) -...
**Describe the bug** On Samsung mobile phone, I don't have the minus sign on the decimal question. **To Reproduce** 1. Create form with a decimal question 2. Open form on...
Fixes enketo/enketo#103. This is branched off of master, unlike enketo/enketo-core#806 which we should likely close. Some of these tests are likely redundant, but it was hard for me to be...
I've been concerned about query selector interpolation for a while. #871 is a great start. As I mentioned in that PR, we'll follow up to generalize the solution so it...
**Describe the bug** Delete a repeat instance will trigger all question's validation when "validateContinuously" config is set as true. **To Reproduce** Steps to reproduce the behavior. If applicable please include...
**To Reproduce** 1. Create a xls form, add a choice question, Add 12" as an option of the choice question. 3. Choose 12" as the default answer to the question....
- Select choices must be in a secondary instance - Select choices must have a `geometry` member More on [ODK forum](https://forum.getodk.org/t/ability-to-load-locations-into-the-geowidget-to-guide-data-collection/27406/12?u=ln).
I have a field of type "select_one_from_file list.csv". In the model XML string I pass to Enketo I provide a secondary instance like so: `...EmployeeEmployees...WriteInWrite-in...` Everything looks like, but when...
_From @danbjoseph on April 10, 2018 21:58_ @pierregrandidier noted in this ODK [forum post](https://forum.opendatakit.org/t/how-can-i-add-styling-like-font-color-italics-etc-to-my-forms/12542/6) that formatting on the labels for choices doesn't appear to work ![screen shot 2018-04-10 at 5...