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

FB16383525: SwiftUI TextField should support multiline editing on watchOS #603

Open
sindresorhus opened this issue Jan 22, 2025 · 0 comments

Comments

@sindresorhus
Copy link
Member

  • Date: 2025-01-22
  • Resolution: Open
  • Area: SwiftUI
  • OS: watchOS 11.2
  • Type: Suggestion

Description

I have a simple note app and want to bring it to watchOS with syncing. However, on iOS, the user could add a note with newlines, but on watchOS, if the user tries to edit the note, it will remove all the newlines since TextField does not support newlines. The severely limits what we can do on watchOS.

The same applies to TextFieldLink.

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

No branches or pull requests

1 participant