[BUG] Form builder failing to render
See original GitHub issueEnvironment
Please provide as many details as you can:
- Hosting type
- [] Form.io
- [] Local deployment
- Version:
- Formio.js version: 4.0.0-beta.43
- Frontend framework: react-formio 4.0.0-beta.23
- Browser: Chrome
- Browser version: 74.0.3729.169 (Official Build) (64-bit)
Using semantic UI template
Expected behavior
Create a form using the Form Builder should display a builder.
Observed behavior
Error when trying to render the builder
<FormBuilder form={{display: "form"}} onChange={updateForm}/>
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Failed to load Form Builder · Issue #736 · formio/angular
It's able to render forms, but not the builder. here the error. Error: Template parse errors: Can't bind to 'form' since it isn't...
Read more >Angular 9 app bug: rendering form fields in a Material Design ...
I don't see any condition in template to block render of <form [formGroup]="updateTask" name="edit_task_form"> until this._apiService.
Read more >Error: The form was unable to submit. - WordPress.org
I am getting an error when testing a contact form while logged out. ... SOLVED: If in SiteGround optimizer I turn OFF “Defer...
Read more >Form blocks rendered inside layout builder break save - Drupal
Problem/Motivation I can no longer save changes to the layout after any kind of form has been added to the layout. Steps to...
Read more >Oracle Forms Issues and Workarounds
Error while loading shared libraries: libXm.so.3: cannot open shared object ... Attempting to use the Run Form button in the Forms builder may...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
react-formio 4.0.0-beta.24 should be released with the fix. Thanks for reporting it!
Fix is here. https://github.com/formio/formio.js/commit/f281cd9769ded8b079a8c8403482b29bccb28bce
It was caused by some recent other fixes we made.
I’m working on another urgent fix and will get a build together later in the day.