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

(iOS) Selection Container shows keyboard while selecting text #4986

Open
mazunin-v-jb opened this issue Jun 17, 2024 · 0 comments
Open

(iOS) Selection Container shows keyboard while selecting text #4986

mazunin-v-jb opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working ios selection

Comments

@mazunin-v-jb
Copy link
Contributor

Describe the bug
If SelectionContainer contains Text and this Text is being selected, the keyboard will be shown

Affected platforms

  • iOS

Versions

  • Libraries:
    • Compose Multiplatform version: 1.6.11

To Reproduce
Steps to reproduce the behavior:
Run this code snippet:

SelectionContainer {
Text(text = "Hello World!")
}

Expected behavior
Keyboard shouldn't be opened while selecting Text in SelectionContainer

Screenshots

Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-06-17.at.13.54.15.mp4

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios selection
Projects
None yet
Development

No branches or pull requests

1 participant