InseeFr / Lunatic

Library of questionnaire components

Home Page:https://inseefr.github.io/Lunatic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggester with Multiple Responses

laurentC35 opened this issue · comments

Modelisation

{
			"id": "sugg1",
			"componentType": "Suggester",
			"mandatory": false,
			"label": {
				"value": "\" Sélectionner un produit\"",
				"type": "VTL|MD"
			},
			"storeName": "nomenclature-multiple",
			"conditionFilter": {
				"value": "true",
				"type": "VTL"
			},
			"responses": [
				{
					"key": "id",
					"response": { "name": "ID" }
				},

				{
					"key": "label",
					"response": { "name": "LABEL" }
				},
				{
					"key": "unit",
					"response": { "name": "UNIT" }
				}
			],

			"page": "1"
		}

key attribute correspond to column name in nomenclature

Fix by #900