autofill
fun Modifier.autofill(autofillType: AutofillType, vararg autofillTypes: AutofillType, onFill: (String) -> Unit): Modifier
Mark this element as autofillable.
Parameters
autofill Type
required first autofill type
autofill Types
additional autofill types
on Fill
callback to execute when the user agrees to autofill the form. Most often used to update the value of the form