diff --git a/packages/file-upload/src/js/react.js b/packages/file-upload/src/js/react.js index acd17615a..0f9318612 100644 --- a/packages/file-upload/src/js/react.js +++ b/packages/file-upload/src/js/react.js @@ -29,13 +29,17 @@ const AUfileUpload = ( { id, name, text, ...attributeOptions } ) => ( AUfileUpload.propTypes = { /** - * + * The file input ID */ id: PropTypes.string, /** - * + * The label name to match the ID */ name: PropTypes.string, + /** + * The label text description + */ + text: PropTypes.string };