17 lines
566 B
Markdown
17 lines
566 B
Markdown
|
|
---
|
||
|
|
title: useScrubInput
|
||
|
|
description: Primitiv-Kontext-Hilfsmittel für ScrubInputRoot-Nachkommen.
|
||
|
|
---
|
||
|
|
|
||
|
|
# useScrubInput
|
||
|
|
|
||
|
|
`useScrubInput()` liest den lokalen Scrub-Eingabe-Kontext, der von `ScrubInputRoot` bereitgestellt wird.
|
||
|
|
|
||
|
|
Verwenden Sie es innerhalb von `ScrubInputField`, `ScrubInputDisplay` oder benutzerdefinierten Nachkommen, die Bearbeitungs- und Scrubbingzustand benötigen.
|
||
|
|
|
||
|
|
## Verwandte APIs
|
||
|
|
|
||
|
|
- [ScrubInputRoot](../components/scrub-input-root)
|
||
|
|
- [ScrubInputField](../components/scrub-input-field)
|
||
|
|
- [ScrubInputDisplay](../components/scrub-input-display)
|