surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
863 stars 363 forks source link

Console errors about missing progress bar components #4377

Closed Andream98 closed 11 months ago

Andream98 commented 11 months ago

Are you requesting a feature, reporting a bug or asking a question?

Reporting a Bug

What is the current behavior?

When I select either the Answered required questions or the Valid answers option in the Progress bar type dropdown I get errors in the console about missing components

Screenshot 2023-07-25 163323 Screenshot 2023-07-25 163337

What is the expected behavior?

Not get any errors

How would you reproduce the current behavior (if this is a bug)?

Just spin up any version of the library (be it React, Vue etc.) and try to select either of the two options

Provide the test code and the tested page URL (if applicable)

Tested page URL: https://surveyjs.io/create-free-survey#example

Specify your

andrewtelnov commented 11 months ago

Waiting for merging this PR in the library.

Andream98 commented 11 months ago

Thanks!