Closed Dreamescaper closed 1 year ago
Currently Entry has string property Value. It makes it hard to use for numeric types, like decimal, int, double, etc.
string
Value
decimal
int
double
Probably it would make sense to make it generic, and add parsing inside of component.
Currently Entry has
string
propertyValue
. It makes it hard to use for numeric types, likedecimal
,int
,double
, etc.Probably it would make sense to make it generic, and add parsing inside of component.