---
title: ScrubInputDisplay
description: Read-only display primitive for ScrubInputRoot non-editing mode.
---
# ScrubInputDisplay
`ScrubInputDisplay` renders the non-editing display for `ScrubInputRoot`.
It only renders while the scrub input is not in editing mode.
## Usage
Use it inside a `ScrubInputRoot` subtree.
## Props and attrs
Passed through to the rendered span element.
## Example
```vue
```
## Related APIs
- [ScrubInputRoot](./scrub-input-root)
- [ScrubInputField](./scrub-input-field)