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
Applying the modern theme to the example survey results in visual bugs.
How to reproduce:
Clone from master
Change Survey.js:28 to Survey.StylesManager.applyTheme("modern");
Survey.StylesManager.applyTheme("modern");
Visit Survey page
The resulting survey will contain incorrect formatting.
I also tried to following this issue but also failed to render it succesfully: surveyjs/custom-widgets#192
The text was updated successfully, but these errors were encountered:
Instead of
import "survey-react/survey.css";
you need to import the modern theme CSS:
import "survey-react/modern.css";
Sorry, something went wrong.
No branches or pull requests
Applying the modern theme to the example survey results in visual bugs.
How to reproduce:
Clone from master
Change Survey.js:28 to
Survey.StylesManager.applyTheme("modern");
Visit Survey page
The resulting survey will contain incorrect formatting.
I also tried to following this issue but also failed to render it succesfully: surveyjs/custom-widgets#192
The text was updated successfully, but these errors were encountered: