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
When editing a field that is expected to offer a single choice in a list (value picker), user can declare a entirely new value (that is not in the existing enum).
In this case, behavior is strange: It seems to remove the status header from the csv (?) and submit the new value (as expected).
To Reproduce
This this PR where I tried to add an arbitraty value for status directly via the Form.
Bug description
When editing a field that is expected to offer a single choice in a list (value picker), user can declare a entirely new value (that is not in the existing enum).
In this case, behavior is strange: It seems to remove the
status
header from the csv (?) and submit the new value (as expected).To Reproduce
This this PR where I tried to add an arbitraty value for
status
directly via the Form.#73
Expected behavior
Use this setting on the field widget configuration.
JSON OUTPUT
Additional context
The text was updated successfully, but these errors were encountered: