New to KendoReact? Start a free 30-day trial
PromptBoxUploadButton
PromptBoxUploadButtonPremium
Updated on Feb 5, 2026
Represents the PromptBox Upload Button component. Receives default props from the parent PromptBox component.
tsx
<PromptBox
uploadButtonConfig={false}
endAffix={(props) => (
<>
<PromptBoxUploadButton {...props.uploadButtonProps} />
<span>Custom content</span>
</>
)}
/>
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the PromptBoxUploadButton component. |