branch develop updated (d3dad503 -> 2fb9a20d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from d3dad503 rfs #355 Fonctionnement du composant de création de choix non intuitif - non suppression de la valeur texte au changement de type new 2fb9a20d rfs #355 Fonctionnement du composant de création de choix non intuitif - non suppression de la valeur texte au changement de type The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 6 ------ 1 file changed, 6 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm