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

LocalAutofill

The CompositionLocal that can be used to trigger autofill actions.

Source set: Common
@Deprecated(
    """
        Use the new semantics-based Autofill APIs androidx.compose.ui.autofill.ContentType and
        androidx.compose.ui.autofill.ContentDataType instead.
        """
)
public val LocalAutofill: ProvidableCompositionLocal<Autofill?> = computedNullableDefaultOf {
    LocalOwner.currentValue.autofill
}

The CompositionLocal that can be used to trigger autofill actions. Eg. Autofill.requestAutofillForNode.

Content updated: