Kotlin - Clipboard option missing in InputText field Compose UI
Looking for help with the clipboard in Compose UI. The Edittext field is not showing clipboard option in popup (when user double tap on edittext).
Case 1. It is there for normal xml screen (clipboard - on double tap on edittext field)
https://i.stack.imgur.com/dMABx.png▾
Code :
Case 2: In Compose Ui (need to long-press in inputText field and clipboard is missing here
https://i.stack.imgur.com/dXvTJ.png▾
How...