Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
253 stars 23 forks source link

Consider making Entry generic #69

Closed Dreamescaper closed 1 year ago

Dreamescaper commented 2 years ago

Currently Entry has string property Value. It makes it hard to use for numeric types, like decimal, int, double, etc.

Probably it would make sense to make it generic, and add parsing inside of component.