-
Notifications
You must be signed in to change notification settings - Fork 143
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
required()
has no effect for SingleSelectionFormField
#5265
Comments
The linked comment from #5252 said:
But this is not actually true, or rather, it's misleading: This is only possible if |
It appears there is a bug with GitHub's markdown rendering. I appear to be unable to end the quote. |
Ah, it's because of the bare |
The existing `SingleSelectionFormField` has multiple design flaws that are difficult to solve in a backward compatible way. The main issue with the existing implementation is that it tries to solve too many problems at once, creating an API that is inconsistent and difficult to use / easy to misuse. This is the first implementation with more to follow that will eventually allow us to phase out the `SingleSelectionFormField`. Closes #5265 Closes #4789
see https://github.com/WoltLab/WCF/pull/5252/files?diff=split&w=0#r1093048802
see #4789
The text was updated successfully, but these errors were encountered: