🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalAutofillManager

The CompositionLocal that can be used to trigger autofill actions.

Source set: Common
public val LocalAutofillManager: ProvidableCompositionLocal<AutofillManager?> =
    computedNullableDefaultOf {
        LocalOwner.currentValue.autofillManager
    }

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

Content updated: