compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

(iOS) Selection Container shows keyboard while selecting text

Open mazunin-v-jb opened this issue 1 year ago • 0 comments

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.

mazunin-v-jb avatar Jun 17 '24 09:06 mazunin-v-jb