Mleekko created ZEPPELIN-1780:
---------------------------------

             Summary: Allow configuring form input to skip trimming value
                 Key: ZEPPELIN-1780
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1780
             Project: Zeppelin
          Issue Type: Improvement
    Affects Versions: 0.6.2, 0.7.0
            Reporter: Mleekko


Angular default behavior is to trim input string before returning the value.

For my users there is a need in some cases to enter input with leading/trailing 
spaces, so given the paragraph:
{code}
%pyspark
print("a"+z.input("name") +"cat" )
{code}
I would like to enter text " little " (notice the spaces) into the input field 
and get  {{a little cat}} after running a paragraph.





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

Reply via email to