# hideMobileInput

> Hides the mobile input field shown in the OS soft keyboard.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[UxmlAttribute]
public bool hideMobileInput { get; set; }
```
