I have Entity in data model which has attribute value (Float)
When I try to save negative value (for example newItem.value = -(Float(text) ?? 0.0), I ge
newItem.value = -(Float(text) ?? 0.0)