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)