Derrek

Results 8 comments of Derrek

I am having a possibly related problem: Anytime I fill a field and the following step is something like "push a button" the focus is removed from the field before...

Thanks! Unfortunately my project priorities have shifted to new projects. I would love to see how this could be implemented though. What I was trying to do was create minimal...

Anyone ever fix this? I just posted a new issue going through showing the various ways the behavior is unexpected.

I have confirmed that the adding a .0 behavior happens only when validation is present. I will experiment if it only happens with some validation rules and not others. This...

The problem is RuleRequired. It seems that validation rules must match the type of value of the cell to function. Interesting restriction. So, RuleGreaterOrEqualThan(min: 0.0)) and RuleGreaterThan(min: 0.0)) both solve...

https://github.com/xmartlabs/Eureka/blob/3cdd6d3947ba37d145a5d7429a950e08478e9d4e/Source/Rows/Common/FieldRow.swift#L360 If I were to guess, the problem is in that function. There are a couple of red flags to me in there that could be creating issues. But, I...

I figured out how this is happening. Validation triggers a cellUpdate to reconfigure the cell to display validation errors. This process takes the current row.value and sets it back into...

#1821 is submitted. Still testing to see if it breaks other scenarios. To actually solve the problem it will generally require a formatter to be present. Otherwise it just uses...