Base solution for your next web application
Open Closed

The Checkbox of Nullable for Enum Property is disabled #6500


User avatar
0
limingjun2018 created

1 Answer(s)
  • User Avatar
    0
    yekalkan created

    It's not just disabled in UI but also not implemented in generation. So this is not a bug . Probable reason that it's not implemented so far, is that it is rarely used. Usually "Default" or "Unknown" values are defined and used for null values.

    However, if you can create a issue for that in https://github.com/aspnetzero/aspnet-zero-core as a request, we may implement this.