mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Allow multi-line inputs for form values #191

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a post request
2. under form payload add a new entry
3. paste a multiline text for example a small CSV output

What is the expected output? What do you see instead?
the line return should be urlencoded, but because an input is used, they are 
stripped from the, using a textarea instead of an input would allow for 
multiple line form values.

On what operating system, browser and browser version?
Chrome 29.0.1547.22 / OSX 10.8

Please provide any additional information below.

Original issue reported on code.google.com by dcol...@gmail.com on 16 Jul 2013 at 10:33

GoogleCodeExporter commented 8 years ago
Thanks for your input!
I'm working on new version of the app. I will see what I can do with this issue 
when I get to requests inputs.

Original comment by jarro...@gmail.com on 16 Jul 2013 at 4:26