Lunatic icon indicating copy to clipboard operation
Lunatic copied to clipboard

Library of questionnaire components

Results 73 Lunatic issues
Sort by recently updated
recently updated
newest added

Filter with the answers to previous questions

feature
3.X
need specs

## Feature Description We are currently [benchmarking ](https://inseefr.github.io/Lunatic/tmp/iframe.html?args=&id=behaviour-search--default&viewMode=story) Minisearch as an alternative to IndexDB. So far so good, but i identified a possible enhancement with the `L_COMMUNEPASSEE-1-2-0`. When typing `paris`,...

Type: Bug

Estanpette developments are stored on the branch mvp-eap : https://github.com/InseeFr/Lunatic/compare/2.7...feat/mvp-eap The main commit dealing with rosterForLoop is this one : https://github.com/InseeFr/Lunatic/commit/a8d50e2721adc129aa5ee02f5e804188f3c8af59 This commit included : components: - [x] replacing headers...

need feedbacks

This feature adds the possibility to define the readOnly attribute based on a VTL expression in the source.json. Initially, this feature has only been added to the Input component and...

enhancement
3.X

## Modelisation ```json { "componentType": "RosterForLoop", "positioning": "HORIZONTAL", "header": [ { "label": { "type": "VTL|MD", "value": "\"Produits\"" } }, { "label": { "type": "VTL|MD", "value": "\"Facturations\"" } }, { "label":...

enhancement
feature
3.X

## Modelisation ```json { "id": "kze792d8", "componentType": "InputNumber", "mandatory": false, "page": "2", "min": 0, "max": 10, "decimals": 0, "label": { "value": "\"➡ 1. \" || \"NB \"", "type": "VTL|MD" },...

feature
3.X

The cleaning function, which deletes responses to filtered questions when the filter variable is corrected, does not recalculate the lastReachedPage parameter, which may change in this case.

Type: Feature
need specs

> Estanp need, to be completed

feature
wontfix

> Estanp need, to be completed Multiline display if needed. See example below 👇 ![suggester-estanp-text-display](https://github.com/InseeFr/Lunatic/assets/1663283/696974e5-e90f-4197-933b-6be52e81328f)

mvp