We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We ran into the same issue as reported in surveyjs/survey-pdf#295 but with the bootstrap slider instead of the nouislider:
It also fails with the error message
TypeError: Cannot read properties of undefined (reading 'render')
when calling TextFieldBrick.renderReadOnly().
The Bootstrap slider has the same code as the nouislider before it was fixed in 6bcecf9#diff-2a4baf2f8527f584abaf850255c207671bc67d6772a28baf7f259cfef011824cR217 so I suspect it's the very same bug as surveyjs/survey-pdf#295.
Example reproducing the issue: https://codesandbox.io/p/sandbox/surveyjs-angular-forked-2g7f2t?file=%2Fsrc%2Fapp%2Fcomponents%2Fpdf.component.ts (Click on "Save as PDF").
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We ran into the same issue as reported in surveyjs/survey-pdf#295 but with the bootstrap slider instead of the nouislider:
It also fails with the error message
when calling TextFieldBrick.renderReadOnly().
The Bootstrap slider has the same code as the nouislider before it was fixed in 6bcecf9#diff-2a4baf2f8527f584abaf850255c207671bc67d6772a28baf7f259cfef011824cR217 so I suspect it's the very same bug as surveyjs/survey-pdf#295.
Example reproducing the issue: https://codesandbox.io/p/sandbox/surveyjs-angular-forked-2g7f2t?file=%2Fsrc%2Fapp%2Fcomponents%2Fpdf.component.ts (Click on "Save as PDF").
The text was updated successfully, but these errors were encountered: