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** when using format-date() for a datetime, result of formmating hours, minutes, seconds is always 0. **To Reproduce** sample xls form: [format-date regression.xlsx](https://github.com/enketo/enketo-core/files/7308248/format-date.regression.xlsx) **Expected behavior** Using format-date() to...

**Is your feature request related to a problem? Please describe.** Rating (and other) question labels wrap when they run out of space and there is no way to adjust their...

enhancement

**Describe the bug** Enketo v2.8.0-11-g98f7412 does not evaluate relevance on the second iteration of a nested repeat. **To Reproduce** Given a form like this: I expect each iteration of `field_asset_rpt`...

If you try and render a form with no active pages (eg: one input set to `relevant="false()"`) the error message you get doesn't help diagnose the issue. For example, this...

When faster builds with ESBuild was introduced in #797, this also removed test coverage reporting instrumentation, causing code coverage to be reported as 100% (#795). While it may be possible...

question

**Describe the bug** single and double quotes in pulldata CSV function will cause XPath evaluator error **To Reproduce** Steps to reproduce the behavior. If applicable please include the smallest possible...

I'm assuming that is incorrect, but haven't actually checked if we got that amazing improvement.

When using a `geopoint` question with the `hide-input` appearance, a large part of the text search box can't be clicked. ### To reproduce: 1. Deploy this form [hide-input bug.xlsx](https://github.com/enketo/enketo-express/files/3525852/hide-input.bug.xlsx) 1....

help wanted

I have a form with an external instance that looks like this: ``` ``` and an itemset that references it like so: ``` ``` Enketo throws: ``` FormLogicError{message: 'Could not...

Given the following XLSForm: > survey: > > | type | name | label | > |-----------------------|----------|----------| > | select_one reasonable | pick_one | Pick one | > > choices:...

bug