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

multiCheckbox questions do not render in Preview #73

Open
gracepotma opened this issue Apr 4, 2023 · 1 comment
Open

multiCheckbox questions do not render in Preview #73

gracepotma opened this issue Apr 4, 2023 · 1 comment
Assignees

Comments

@gracepotma
Copy link
Contributor

gracepotma commented Apr 4, 2023

To reproduce:

@denniskigen
Copy link
Member

multiCheckbox questions don't render because that rendering type is not known to the form engine. It only knows how to render checkbox fields. This is a two-pronged problem because:

  • Currently, the forms built using the form builder get rendered in O3 via the Angular form engine. The Angular form engine knows how to render multiCheckbox fields whereas the Form Builder does not. This means that if you have a multiCheckbox field in your schema, it won't render in the Form Builder preview, but will render fine in the reference application using the Angular form engine.

  • In lieu of the above, whatever solution we adopt would have to take into account the fact that forms built using the Angular form engine use multiCheckbox whereas those built using the React form engine use checkbox, and that these fields are expected to work in the same way using both form engines. We shouldn't require users to amend their forms to account for this mismatch.

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

No branches or pull requests

2 participants