We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14745e commit a8981e1Copy full SHA for a8981e1
src/components/uploader.js
@@ -87,6 +87,7 @@ export default class FileUploader extends React.Component {
87
<Button onClick={this.openModal} className="upload-modal__open">
88
{this.props.value ? 'Change file' : 'Select file'}
89
</Button>
90
+ {this.props.help_text && <span className="rjf-help-text">{this.props.help_text}</span>}
91
</div>
92
93
<ReactModal
0 commit comments