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 d3dad503fed6a1049563caeee224e60de43cdd93 Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 2 17:28:24 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 | 8 +------- 1 file changed, 1 insertion(+), 7 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 60292899..a3f8bf1f 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 @@ -48,13 +48,7 @@ import "../components/time-picker.tag.html"; ref="choiceText" tabindex="1" class='hidden' - placeholder="{_t.text_placeholder}" - disabled={opts.disabled} - value={valueText} - pattern="" - maxlength="255" - title={_t.text_notBlank} - onchange={onTextChange}/> + 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>.