---
title: "inputText"
description: "The raw value of the text field after input transformations have been applied.

This is an actual user input of the fields, e.g. a real password, after any input transformations
that might change or reject that input have been applied. This value is not affected by visual
transformations."
type: "property"
---

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


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

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


```kotlin
var SemanticsPropertyReceiver.inputText
```


The raw value of the text field after input transformations have been applied.

This is an actual user input of the fields, e.g. a real password, after any input transformations
that might change or reject that input have been applied. This value is not affected by visual
transformations.



