Skip to content

Added option for whether the system automatically enables the Return key #23

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wcwynn
Copy link

@wcwynn wcwynn commented May 1, 2025

The default value for this property is false. If you set it to true, the keyboard disables the Return key when the text entry area contains no text. As soon as the user enters some text, the Return key is automatically enabled.

https://developer.apple.com/documentation/uikit/uitextinputtraits/enablesreturnkeyautomatically

- The default value for this property is false. If you set it to true,
  the keyboard disables the Return key when the text entry area contains
  no text. As soon as the user enters some text, the Return key is
  automatically enabled.

  https://developer.apple.com/documentation/uikit/uitextinputtraits/enablesreturnkeyautomatically
@wcwynn
Copy link
Author

wcwynn commented May 1, 2025

@lukeredpath I'm not sure of the reason for the CI failure. Any idea of how to resolve?

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

Successfully merging this pull request may close these issues.

2 participants