Closed agoetschm closed 3 years ago
We will investigate this. Thanks.
@agoetschm Shoud be resolved with the latest version of formio.js and Angular Material
@jhen1422 thanks for working on this!
I just tested using my dummy wizard and the panel with the conditional appears depending on the value in the foo
text field as expected, but the error still occurs and the content of the second panel (the bar
text field) does not appear.
Anything I can do on my side?
Hello @agoetschm,
Can you provide your from as well as a video of the issue?
Environment
Steps to Reproduce
angular-material-formio
demoapp.component.html
withapp.component.ts
file to containExpected behavior
The second page of the multi-step form should only be visible when
foo
is greater or equal to 5 in the first page.Observed behavior
When
foo < 5
there is no error. Whenfoo >= 5
, the following error occursI tried to display the same form in a project based on the
angular-formio
demo app https://github.com/formio/angular-demo and it works well, so I suppose that the issue is somewhere in this repo.