compose-multiplatform
compose-multiplatform copied to clipboard
(iOS) Selection Container shows keyboard while selecting text
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
https://github.com/JetBrains/compose-multiplatform/assets/124871594/bbf63a8e-a2c7-497c-a803-f46dde678f22
Additional context Add any other context about the problem here.