You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2017/02/27 05:10:45 UTC

[jira] [Created] (ZEPPELIN-2189) The order of dynamic forms is messed up

Jeff Zhang created ZEPPELIN-2189:
------------------------------------

             Summary: The order of dynamic forms is messed up
                 Key: ZEPPELIN-2189
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2189
             Project: Zeppelin
          Issue Type: Improvement
          Components: front-end
    Affects Versions: 0.7.0
            Reporter: Jeff Zhang


Use the following code to reproduce it.

{code}
%spark

println(z.input("my_input", "default_name"))
println(z.select("my_select","select_2", Seq(("1", "select_1"), ("2", "select_2"))))
println(z.checkbox("my_checkbox", Seq("check_1"), Seq(("1", "check_1"), ("2", "check_2"))))
{code}

The dynamic forms order is checkbox, input text and dropdown list which is not the order in which I define them in the code



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)