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