Closed Dovrol closed 9 months ago
This also applies to bool, int and other numeric types
@Dovrol Thank you for your proposal. The latest "Blazing Story" version now supports Nullable<T>
types for enum
, int
, and bool
types.
https://www.nuget.org/packages/BlazingStory/1.0.0-preview.26#releasenotes-body-tab
Please check it out ;)
Thank you for the fix, there was small typo that "Unknown" word was rendering instead of "-" but I see that you already fixed that, so I'm closing issue :)
there was small typo that "Unknown" word was rendering instead of "-"
Thank you for letting me know that, @Dovrol !
I fixed it and released the new version.
Thank you for your contributions!
After making property of type enum nullable, control panel is displaying "-", instead of enum items (I guess in this case it also should display button to clear value or just add "null" to options).