New to KendoReactStart a free 30-day trial

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

A Functional Component.

Definition

Package:@progress/kendo-react-conversational-ui

Syntax:

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

Properties

props

PromptBoxUploadButtonProps intersected with RefAttributes​<ButtonHandle>

The props of the PromptBoxUploadButton component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support