Skip to content
New issue

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

Fix readonly logic for text/code questions #1083

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Fix readonly logic for text/code questions #1083

merged 1 commit into from
Sep 3, 2024

Conversation

inducer
Copy link
Owner

@inducer inducer commented Sep 3, 2024

Broken in ea36dc0, part of gh-864.

The gist is that that change reinterpreted read-only as disabled, which is not true. In django, disabled fields only provide their initial value, not the bound value. And the DOM will not include them in form submissions.

Broken in ea36dc0, part of gh-864.

The gist is that that change reinterpreted read-only as disabled, which
is not true. In django, disabled fields only provide their initial
value, not the bound value. And the DOM will not include them in form
submissions.
@inducer inducer enabled auto-merge (rebase) September 3, 2024 03:08
@inducer inducer merged commit 44184d9 into main Sep 3, 2024
17 checks passed
@inducer inducer deleted the fix-readonly branch September 3, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant