edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
561 stars 106 forks source link

Nullable Types and Int64 #69

Closed danroot closed 2 years ago

danroot commented 2 years ago

Adds support for datetime?, datetimeoffset?, int?, long?, and long. I suspect there's some way to build these and any other types up generically in index.html, but for now just added if/thens for the types I needed.

edandersen commented 2 years ago

Fantastic, thanks for this. Will go out in 2.6.2.