---
title: "requestAutofill"
description: "Requests autofill for the LayoutNode that this [DelegatableNode] is attached to. If the node does
not have any autofill semantic properties set, then the request still may be sent to the Autofill
service, but no response is expected."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun DelegatableNode.requestAutofill() = requireLayoutNode().requestAutofill()
```


Requests autofill for the LayoutNode that this `DelegatableNode` is attached to. If the node does
not have any autofill semantic properties set, then the request still may be sent to the Autofill
service, but no response is expected.



