Skip to content
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

Clear button not working. #742

Closed
3 tasks done
timmybea opened this issue Feb 6, 2024 · 1 comment
Closed
3 tasks done

Clear button not working. #742

timmybea opened this issue Feb 6, 2024 · 1 comment
Labels

Comments

@timmybea
Copy link

timmybea commented Feb 6, 2024

New Issue Checklist

Steps to reproduce

Implemented a very basic UIViewRepresentable wrapper over PhoneNumberTextField. Configured with clearButtonMode = .whileEditing, and set UITextFieldDelegate to my coordinator.

Expected result

I expect to see all of the UITextFieldDelegate methods getting called. All the methods appear to work except for textFieldShouldClear. I set a break point in PhoneNumberTextField to see if this delegate method is getting called and I see it is not getting triggered in that code either.

Environment

SPM integration in iOS project.

Copy link
Contributor

github-actions bot commented Apr 7, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant