Under certain circustamces, it would be useful for the user to check a "No selection" option in a TaxonomyField. This should be applicable when all of the following conditions are met:
- TaxonomyField isn't a required field for the content;
- Single choice selection is forced;
- Autocomplete isn't enabled;
Orchard/src/Orchard.Web/Modules/Orchard.Taxonomies/Views/EditorTemplates/Fields/TaxonomyField.cshtml
Line 24 in 10e5078
Under certain circustamces, it would be useful for the user to check a "No selection" option in a TaxonomyField. This should be applicable when all of the following conditions are met: