Bug? Input with multiline not passed in form post in 4.6.1

Hi,

I’ve experienced a strange behaviour, perhaps a bug ?

I was on 4.5 and forms works fine with input multines

{ type: "input", label: "Lieu", value: "xxxx", rows:1, name:"details_lieu_notes", inputHeight: 42, },

With

formMain.send("URL","post",function(loader, response)

With 4.6.1
Inputs with multiline were not passed to script (but combo, editor, date… yes)
Tried the get method to debug with the browser, fields missing

When get back to 4.5 all is fine !
Any known issues ?

Sorry, won’t do a code example.

Thanks !

Hi

unfortunately I can’t check the issue w/o a demo :frowning: