---
title: "LocalAutofillManager"
description: "The CompositionLocal that can be used to trigger autofill actions. Eg. [AutofillManager.commit]."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val LocalAutofillManager =
staticCompositionLocalOf<AutofillManager?> { noLocalProvidedFor("LocalAutofillManager") }
```


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



