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 228dbf577c7b25bec5c92b1aeab17869dd6abd5d Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 7 11:44:27 2017 +0200 fixes #117 les champs texte des choix se vident quand on quitte l'écran, qu'on revient dessus et qu'on modifie un choi --- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 33fdb236..c8b0ca42 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 @@ -143,7 +143,7 @@ require("../components/time-picker.tag.html"); }; this.onTextChange = (e) => { - this.valueText = e.value; + this.valueText = this.refs.choiceText.value; }; this.setImageType = () => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.