enketo-core icon indicating copy to clipboard operation
enketo-core copied to clipboard

The engine that powers Enketo Tools - Use it to develop your own enketo-powered app.

Results 107 enketo-core issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Field type `decimal` accepts values with thousands seperators (like 123.123.123) but will not submit any value to the ODK server (field arrives empty and is shown as...

bug

If you have a nested repeat group, `this.view.$.find('.or-group > h4').on('click', function () [...] ` is not triggered on the dynamic add group. In this example : ![image](https://user-images.githubusercontent.com/38976316/182188751-810ad9fd-5efb-4627-9648-4de110ecc140.png) At first I...

There is a problem with preinstall script on windows: `"preinstall": "test -f ./node_modules && ./scripts/preinstall || true"` Can you please change this script to something windows friendly?

**Describe the bug** The `preinstall` script is failed in Windows as the `test` is not recognized as an internal or external command. https://github.com/enketo/enketo-core/blob/face801ec6f2e453f8eb6d19b9e646015c15eba3/package.json#L44 **To Reproduce** 1. Run `npm install` in...

**Describe the bug** It appears that a constraint on a field is only [validated](https://github.com/enketo/enketo-core/blob/e80306a5db69125bab9e8f14085eed9155494dfe/src/js/nodeset.js#L336) when _that field_ is updated even if the constraint expression also depends on the value of...

Would it be possible to store the reference of the Leaflet map object on the map container like described on this post : https://github.com/Leaflet/Leaflet/issues/6298#issuecomment-415124583 ``` L.Map.addInitHook(function () { this.getContainer()._leaflet_map =...

If you create a form with select_one_from_file based on big csv file (more than 3000 rows and 10 columns), then you make ten calculate for each columns, it will be...

This addresses discrepancies in the DOM representation similar to those found in #903. I'm not _totally_ confident this selector is safe, but it handles all of the cases I was...

Current behavior: 1. Actions defined in the model, or in the body *adjacent* its input, populate the model correctly. 2. Actions nested within their input, with an explicit `ref` attribute,...

I'd like to begin to gradually adopt TypeScript in enketo-core. I intend to open a similar issue across several Enketo projects, but I'm starting here because I think it'll have...