New to KendoReact? Start a free 30-day trial
PromptBoxHandle
PromptBoxHandlePremium
Updated on Feb 5, 2026
Represents the ref handle for the PromptBox component. Provides methods to programmatically control the input element.
| Name | Type | Default | Description |
|---|---|---|---|
blur |
|
Programmatically blur the input element. | |
element |
|
Reference to the underlying input or textarea element. | |
focus |
|
Programmatically focus the input element. | |
value? |
|
The current value of the input element. |