Aaltuj / VxFormGenerator

The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
MIT License
119 stars 36 forks source link

Feature - Add support for floating point types #26

Closed Joni-Torrado closed 3 years ago

Joni-Torrado commented 3 years ago

Using properties like float or float?, its not rendering the form. By adding System.Single as a new type to VsBootstrapRepository dictionary this will be fixed

Some info: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/floating-point-numeric-types

Aaltuj commented 3 years ago

Added Floating number support

Joni-Torrado commented 3 years ago

Hi, When this feature will be available?