Skip to content
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

Optional enumeration fields don't allow for empty values #24

Open
tudoramariei opened this issue Jul 27, 2023 · 0 comments
Open

Optional enumeration fields don't allow for empty values #24

tudoramariei opened this issue Jul 27, 2023 · 0 comments
Labels
bug 🐛 Something isn't working front-end

Comments

@tudoramariei
Copy link
Member

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:

  1. In a new or existing table, add a column
    • of type enumeration
    • with the required value option left unchecked
  2. For a new/existing entry, select one of the enumeration options for the new column
  3. Click again on that value and unset the value/set it to null/empty

Actual:

  1. In a new or existing table, add a column
    • of type enumeration
    • with the required value option left unchecked
  2. For a new/existing entry, select one of the enumeration options for the new column
  3. Clicking again on that value there is no option to remove the current value

More details:
Image showing the column creation:
Screenshot 2023-07-27 at 11 40 36

Image showing the options for an entry:
Screenshot 2023-07-27 at 11 41 09

@tudoramariei tudoramariei added bug 🐛 Something isn't working front-end labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working front-end
Projects
None yet
Development

No branches or pull requests

1 participant