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

Support PlatformTextInputPluginRegistry for non-android targets

Open pjBooms opened this issue 2 years ago • 0 comments

Compose 1.4 adds new abstraction:

androidx.compose.ui.text.input.PlatformTextInputPluginRegistry

Documentation says:

The only time a new service type and adapter should be defined is
if you are building your own text input system from scratch, including your own `TextField`
composables.

There is also a demo for the new feature: androidx.compose.foundation.demos.text.PlatformTextInputAdapterDemo.kt

See also: https://partnerissuetracker.corp.google.com/issues/267235947

Support the new feature on demand.

pjBooms avatar Apr 03 '23 16:04 pjBooms