This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2fb9a20df7e6e164f3e5738bb7fb582aa3021578 Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 2 17:30:32 2021 +0200 rfs #355 Fonctionnement du composant de création de choix non intuitif - non suppression de la valeur texte au changement de type --- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html index a3f8bf1f..018399ca 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html @@ -43,12 +43,6 @@ import "../components/time-picker.tag.html"; maxlength="255" title={_t.text_notBlank} onchange={onTextChange}/> - <input if="{opts.choice.choiceType !== 'TEXT'}" - type="text" - ref="choiceText" - tabindex="1" - class='hidden' - disabled=true/> <button type="button" class="choice-type-button colors-main-invers" alt="resource" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.