You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jakub Liska (JIRA)" <ji...@apache.org> on 2015/12/15 17:26:46 UTC

[jira] [Created] (ZEPPELIN-504) Hiding output hides even form fields

Jakub Liska created ZEPPELIN-504:
------------------------------------

             Summary: Hiding output hides even form fields
                 Key: ZEPPELIN-504
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-504
             Project: Zeppelin
          Issue Type: Improvement
          Components: GUI
    Affects Versions: 0.6.0
         Environment: chrome,firefox
            Reporter: Jakub Liska
            Priority: Minor


Hey,

if you have a single cell with this content : 
{code:title=Form.scala|borderStyle=solid}
val timeFrameSettings = TimeFrameSettings(z.input("years").toString, z.input("months").toString, z.input("days").toString)
{code}

then when doing "Hide Output" even the form input fields disappear so if you wanted to show only the form fields, you would do "Hide Output" and "Hide editor" which currently leads to empty cell...



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