Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2189

The order of dynamic forms should be the order that you create them

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.7.2, 0.8.0
    • front-end
    • None

    Description

      Use the following code to reproduce it.

      %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"))))
      

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

      Attachments

        1. 2017-02-27_1310.png
          73 kB
          Jeff Zhang

        Issue Links

          Activity

            People

              zjffdu Jeff Zhang
              zjffdu Jeff Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: