Compose Unstyled 2.0 is out! Check the official announcement blog ->
Property

LocalAutofillManager

The CompositionLocal that can be used to trigger autofill actions.

Source set: Common
val LocalAutofillManager =
staticCompositionLocalOf<AutofillManager?> { noLocalProvidedFor("LocalAutofillManager") }

The CompositionLocal that can be used to trigger autofill actions. Eg. AutofillManager.commit.

Last updated: