New to KendoReactStart a free 30-day trial

PromptBoxUploadButton
Premium

Updated on Feb 5, 2026

Represents the PromptBox Upload Button component. Receives default props from the parent PromptBox component.

A Functional Component.

tsx
<PromptBox
  uploadButtonConfig={false}
  endAffix={(props) => (
    <>
      <PromptBoxUploadButton {...props.uploadButtonProps} />
      <span>Custom content</span>
    </>
  )}
/>
NameTypeDefaultDescription

props

PromptBoxUploadButtonProps intersected with RefAttributes<ButtonHandle>

The props of the PromptBoxUploadButton component.

Not finding the help you need?
Contact Support