# AlwaysDisallowed

> Never allow in-place editing and always display the on-screen keyboard.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
AlwaysDisallowed = 2
```

### Remarks

The on-screen keyboard displays when users select or modify text in an input field, even when peripherals are available. Use this value when you always want to display the on-screen keyboard.
