-
Notifications
You must be signed in to change notification settings - Fork 8
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
M2 4786 #1085
M2 4786 #1085
Conversation
Hi @childmindhirsch, great to see you in the project.
And use it inside MultiSelectionValues class, probably like this:
If you have any questions, feel free to contact via slack |
@@ -71,12 +71,8 @@ class _SelectionConfig(_ScreenConfig, PublicModel): | |||
additional_response_option: AdditionalResponseOption | |||
|
|||
|
|||
class SingleSelectionConfig(_SelectionConfig, PublicModel): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't delete this config
Re-implemented by #1089 |
Changes
This PR introduces the "None of the above" option for multi-select fields, which allows users to deselect other options when this is selected.
Implementation
is_none_above
property.