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

Since https://github.com/enketo/enketo-core/pull/896/files#diff-ddf4d87e9f7df567c547b113eeec4ba0f9691ab166a69fa4cfccb49ddcc55df8R80, we've been getting periodic reports of the following error: > * SyntaxError: Failed to execute 'querySelectorAll' on 'Element': ':is(.question input[data-type-xml="geopoint"], .question input[data-type-xml="geotrace"], .question input[data-type-xml="geoshape"]):not([data-setvalue], [data-setgeopoint])' is not a...

errors

It's possible to bind to attributes: ```xml ... ``` This works in Firefox but not in Chrome or Safari. ## Reproduction See [attribute-bind.xml.zip](https://github.com/enketo/enketo-core/files/9658961/attribute-bind.xml.zip) For those with access to the Central...

bug
Chrome
Safari

possible bug where the master values are not cleared in the clone. see https://github.com/kobotoolbox/enketo-express/issues/121

repeats

As I've been looking into various issues around number validity and formatting, I came to #858 and was surprised to discover I couldn't reproduce locally. As it turns out, themes...

https://www.ctrl.blog/entry/html5-input-number-localization

i18n/l10n

Actually, choice-name function support only select-one (or select-multiple if only one element is selected). I suggest to change the code for split the `name` with a space (the list separator),...

Updated frontend to work with https://github.com/enketo/enketo-express/pull/541 Related to https://github.com/enketo/enketo-express/issues/123