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
This is a long standing bug I believe. The textarea gets set to "required" even when hidden by the TinyMCE editor.
The rich text field does not have this issue. So it is the implementation in ScoredAnswerWidget that likely is at fault.
ScoredAnswerWidget
[Error] An invalid form control with name='71bfe95d-89c5-401b-ae7a-778e91d5c8c5_0' is not focusable.
hypha/hypha/apply/review/fields.py
Lines 10 to 54 in 5eb6cae
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a long standing bug I believe. The textarea gets set to "required" even when hidden by the TinyMCE editor.
The rich text field does not have this issue. So it is the implementation in
ScoredAnswerWidget
that likely is at fault.[Error] An invalid form control with name='71bfe95d-89c5-401b-ae7a-778e91d5c8c5_0' is not focusable.
hypha/hypha/apply/review/fields.py
Lines 10 to 54 in 5eb6cae
The text was updated successfully, but these errors were encountered: