You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I want add an attribute multiple="multiple" to an input:file-field,
the console tells me:
formeo.min.js:29 Uncaught TypeError: Cannot set property 'type' of undefined at F.itemInput (formeo.min.js:29) at formeo.min.js:29 at Array.map (<anonymous>) at F.get (formeo.min.js:29) at new F (formeo.min.js:29) at Object.addAction (formeo.min.js:29) at Object.attr (formeo.min.js:29) at Object.attrs (formeo.min.js:29) at HTMLButtonElement.click (formeo.min.js:29)
if I add an attribute multiple="" (without default in popup) and then I change the default to "multiple", it works on render the form but the editor crashes with the same error and i can't edit the form again.
The text was updated successfully, but these errors were encountered:
when I want add an attribute multiple="multiple" to an input:file-field,
the console tells me:
formeo.min.js:29 Uncaught TypeError: Cannot set property 'type' of undefined at F.itemInput (formeo.min.js:29) at formeo.min.js:29 at Array.map (<anonymous>) at F.get (formeo.min.js:29) at new F (formeo.min.js:29) at Object.addAction (formeo.min.js:29) at Object.attr (formeo.min.js:29) at Object.attrs (formeo.min.js:29) at HTMLButtonElement.click (formeo.min.js:29)
if I add an attribute multiple="" (without default in popup) and then I change the default to "multiple", it works on render the form but the editor crashes with the same error and i can't edit the form again.
The text was updated successfully, but these errors were encountered: