You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Zhong Wang (JIRA)" <ji...@apache.org> on 2016/02/15 02:14:18 UTC

[jira] [Created] (ZEPPELIN-674) Default value won't update if we change the code of dynamic form generation

Zhong Wang created ZEPPELIN-674:
-----------------------------------

             Summary: Default value won't update if we change the code of dynamic form generation
                 Key: ZEPPELIN-674
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-674
             Project: Zeppelin
          Issue Type: Bug
          Components: GUI
    Affects Versions: 0.6.0
            Reporter: Zhong Wang


Steps to reproduce:
--
1. type in code: val selected = z.select("select", "AAA", Seq(("AAA", "AAA"), ("BBB", "BBB")))
2. hit run: selected = AAA
3. change the code to: val selected = z.select("select", "CCC", Seq(("CCC", "CCC"), ("BBB", "BBB")))
4. hit run: selected = AAA. Should be CCC



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)