Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor error on custom attributes #205

Closed
xitara opened this issue May 26, 2019 · 1 comment · Fixed by #207
Closed

Editor error on custom attributes #205

xitara opened this issue May 26, 2019 · 1 comment · Fixed by #207

Comments

@xitara
Copy link

xitara commented May 26, 2019

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.

kevinchappell added a commit that referenced this issue May 27, 2019
kevinchappell added a commit that referenced this issue May 27, 2019
kevinchappell pushed a commit that referenced this issue May 27, 2019
## [1.0.13](v1.0.12...v1.0.13) (2019-05-27)

### Bug Fixes

* multiple attribute error ([05d4401](05d4401)), closes [#205](#205)
@kevinchappell
Copy link
Collaborator

🎉 This issue has been resolved in version 1.0.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants