chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
916 stars 157 forks source link

Parse any nullable type #530

Closed uecasm closed 2 years ago

uecasm commented 2 years ago

This allows BSInput to bind to any nullable type; previously it only supported a limited range of types (just nullable ints/bools/etc). In particular, this now allows it to bind to nullable enums.

Also removed a second unreachable bit of code for parsing enums.