You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may need to add a bool field to MultipleChoiceResponses to indicate the "other" option was selected; we can't rely on other_text being set since proto3 does not have a separate "unset" state for optional fields, so an empty string is considered the same as an unset field.
gino-m
changed the title
[Data collection] "Other" multiple choice option not written to submission when no other text specified
[Data collection] "Other" multiple choice option with no text not saved
Nov 18, 2024
The UI appears to be removing the value, resulting in google/ground-platform#2099 and google/ground-platform#2098.
We may need to add a bool field to
MultipleChoiceResponses
to indicate the "other" option was selected; we can't rely onother_text
being set since proto3 does not have a separate "unset" state for optional fields, so an empty string is considered the same as an unset field.@kenstershiro @anandwana001 FYI
The text was updated successfully, but these errors were encountered: