In one of my implementation of KendoReact I use the Upload component with success.
My users want to be able to write some text to be added to each file. (instructions etc...)
Is it possible to overload the Upload component and add a <textarea /> next to each file and have the content as a property of each file?
Using a "TextareaAutosize" will be even better.
If it is not possible as is, should I suggest it as a new feature?