Function

onAutofillText

Action to autofill a TextField.

onAutofillText

Deprecated

Use onFillData instead

Source set: Common
fun SemanticsPropertyReceiver.onAutofillText(
    label: String? = null,
    action: ((AnnotatedString) -> Boolean)?,
)

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.

Last updated: