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
If a table row has been set as an optional enumeration column, the only available options are the ones in the enumeration. Setting the field as null/empty is impossible.
Expected:
In a new or existing table, add a column
of type enumeration
with the required value option left unchecked
For a new/existing entry, select one of the enumeration options for the new column
Click again on that value and unset the value/set it to null/empty
Actual:
In a new or existing table, add a column
of type enumeration
with the required value option left unchecked
For a new/existing entry, select one of the enumeration options for the new column
Clicking again on that value there is no option to remove the current value
More details:
Image showing the column creation:
Image showing the options for an entry:
The text was updated successfully, but these errors were encountered:
If a table row has been set as an optional enumeration column, the only available options are the ones in the enumeration. Setting the field as
null
/empty
is impossible.Expected:
enumeration
required value
option left uncheckedActual:
enumeration
required value
option left uncheckedMore details:
Image showing the column creation:
Image showing the options for an entry:
The text was updated successfully, but these errors were encountered: