branch develop updated (e1c7c1f7 -> d3dad503)
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 e1c7c1f7 rfs #364 Impossible de mettre un nombre minimum de vote à 0 si on souhaite ajouter un maximum new d3dad503 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 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 Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 8 +------- 1 file changed, 1 insertion(+), 7 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 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>.
participants (1)
-
chorem.org scm