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

onAutofillText

Action to autofill a TextField.

onAutofillText

Source set: Common
@Deprecated(
    message = "Use onFillData instead",
    replaceWith = ReplaceWith("onFillData"),
    level = DeprecationLevel.WARNING,
)
public fun SemanticsPropertyReceiver.onAutofillText(
    label: String? = null,
    action: ((AnnotatedString) -> Boolean)?,
): Unit

Action to autofill a TextField.

Expected to be used in conjunction with contentType and contentDataType properties.

Parameters

label Optional label for this action.
action Action to be performed when the SemanticsActions.OnAutofillText is called.