Web: Components: FileInput - added description

This commit is contained in:
DmitrySychugov 2023-04-18 20:25:58 +05:00
parent de071e35dc
commit 9bd8d2aa46

View File

@ -178,9 +178,9 @@ FileInput.propTypes = {
name: PropTypes.string,
/** Called when a file is selected */
onInput: PropTypes.func,
/**Specifies files visible for upload */
/** Specifies the files visible for upload */
accept: PropTypes.string,
/**Specifies label for upload button */
/** Specifies the label for the upload button */
buttonLabel: PropTypes.string,
};