You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm using US2ValidatorTextField with a validator which allows violation & validates during focus, the UITextFieldDelegate "shouldChangeCharactersInRange" never gets passed on.
The text was updated successfully, but these errors were encountered:
I'm seeing what I can assume is a similar issues when using US2ValidateTextField, I'll have to dig more into this. But has anything else been determined about this?
It doesn't seem like a bug to me. If you set shouldAllowViolations to YES on the text field and shouldAllowViolation on the condition, the delegate gets called. I think this is the whole point of properties like shouldAllowViolations.
If I'm using US2ValidatorTextField with a validator which allows violation & validates during focus, the UITextFieldDelegate "shouldChangeCharactersInRange" never gets passed on.
The text was updated successfully, but these errors were encountered: