-
Notifications
You must be signed in to change notification settings - Fork 0
InputField improvement suggestions #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Quick reply before I can investigate the issues in code:
|
PR to address the 3rd issue: #15 |
Note: |
1. Next field logic isn't adjustable
.focused(_:equals:)
, becauseCoordinator
callbacks inInputField
make it trick to override.2. Validation change doesn't affect UI without changes in input values
validityGroup.validateAll()
doesn't trigger UI updates.updateValidationState()
is called, but it is private and only runs onupdateUIView()
.3. Global appearance for text field
4. Hint is always there
nil
.The text was updated successfully, but these errors were encountered: