form2js icon indicating copy to clipboard operation
form2js copied to clipboard

Problems in Ruby-style when key is one-char length

Open tokland opened this issue 14 years ago • 1 comments

This does not work for me (using current master):

<label>person.ruby[field2][foo]<input type="text" name="person.ruby[field2][f]" value="baz" /></label>

Note that I use "f" instead of "foo". I get "Uncaught TypeError: Object #<Object> has no method 'push'"

tokland avatar Nov 28 '11 16:11 tokland

I am hitting this one as well. Example can be seen here: http://jsfiddle.net/ZfxNV/

mikeymckay avatar Dec 15 '11 23:12 mikeymckay