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
I'm not sure why is the input type=radio not supported, but here's the error message:
Attribute 'type' of wrong value, allowed is one of: ['text', 'hidden', 'checkbox'] '<label> <input class="answer-input" type="radio"/> option </label>'
Attribute 'type' of wrong value, allowed is one of: ['text', 'hidden', 'checkbox']
'<label> <input class="answer-input" type="radio"/> option </label>'
It looks like it comes from here:
xhtml2pdf/xhtml2pdf/default.py
Line 436 in 5f4ac77
radio
The text was updated successfully, but these errors were encountered:
Well, I tried locally and yes, adding "radio" there kinda works, but then I see no actual input rendered anyway :(
Sorry, something went wrong.
No branches or pull requests
I'm not sure why is the input type=radio not supported, but here's the error message:
It looks like it comes from here:
xhtml2pdf/xhtml2pdf/default.py
Line 436 in 5f4ac77
radio
there, is it? hahahaThe text was updated successfully, but these errors were encountered: