# showInputField

> The visibility of the optional field inside the slider control.

## Definition

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

```csharp
[CreateProperty]
public virtual bool showInputField { get; set; }
```

### Remarks

Set this property to true to display a numerical text field that provides another way to edit the slider value.
