-
Notifications
You must be signed in to change notification settings - Fork 178
Unable to unselect a "grouping" or "category" taxonomy #1214
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
Comments
The field config option in contenttypes.yaml 'allowempty: true' allows the select field to be set to empty. However, I also would like to have the default set to empty. At the moment all new records have the first taxonomy automatically. |
@JTNMW - To clarify, I'm not using a select field on my content type. The select fields in my screenshot above are from my taxonomy: I attempted to add |
My misunderstanding, sorry. Hopefully the developers will resolve this and the 'empty as default' rasied in this issue. |
Yup, this is buggy! We'll get this fixed. :-) |
Thanks for reporting! This is fixed in #1232 |
I suppose I don't know if this a feature or a bug, but I am unable to unselect a "grouping" or "category" taxonomy option.
Details
Reproduction
Specifics
I setup my taxonomy as follows:
Expected result
I am able to not select an option when creating an entry using these taxonomy. I would expect the dropdown to default to empty ("Select Option") similar to how tags function.
Actual result
New entries are defaulted to the first taxonomy option, with no option to select none:
The text was updated successfully, but these errors were encountered: