You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
dima-avdeev-jb
changed the title
Support PlatformTextInputPluginRegistry for non-android targets
TextField. Support PlatformTextInputPluginRegistry for non-android targets
Jun 19, 2023
Compose 1.4 adds new abstraction:
androidx.compose.ui.text.input.PlatformTextInputPluginRegistry
Documentation says:
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.
The text was updated successfully, but these errors were encountered: