Zhong Wang created ZEPPELIN-669: ----------------------------------- Summary: Cannot select the first item of dynamic forms with no default value Key: ZEPPELIN-669 URL: https://issues.apache.org/jira/browse/ZEPPELIN-669 Project: Zeppelin Issue Type: Bug Components: GUI Affects Versions: 0.5.6, 0.5.5, 0.6.0 Environment: Mac OS; Safari & Chrome Reporter: Zhong Wang Priority: Trivial
Steps to Reproduce: -- 1. run the code: {code:java} val selected = z.select("", List(("a", "a"), ("b", "b"))) println(selected) {code} output is "", which is expected. "a" is selected in UI, which is not expected? 2. select "a": output is "". BUG: should be "a" 3. select "a": output is still "". This will be forever if I don't select "b" 4. select "b": output is "b" 5. select "a": output is "a" -- This message was sent by Atlassian JIRA (v6.3.4#6332)