Info
Our File Upload documentation doesn't actually have any kind of useable implementation. In any of the examples provided, there is no usage of GoabFileUploadCard, and there's no function code for any of the implemented functions. In our previous documentation we provided a simple MockFileUploader to simulate something working, and provided examples of using GoabFileUploadCard.
Another issue with our documentation for File Upload. In the example dropdown, there's an example for multiple files. This example isn't needed, and is in fact wrong. There is no multiple property, the File Upload by default has multiple enabled at all times.
Acceptance Criteria:
- Have at least one actual useable implementation of File Upload, utilizing a MockUploader and GoabFileUploadCard
- Remove
multiple example from File Upload
Info
Our File Upload documentation doesn't actually have any kind of useable implementation. In any of the examples provided, there is no usage of
GoabFileUploadCard, and there's no function code for any of the implemented functions. In our previous documentation we provided a simple MockFileUploader to simulate something working, and provided examples of using GoabFileUploadCard.Another issue with our documentation for File Upload. In the example dropdown, there's an example for
multiplefiles. This example isn't needed, and is in fact wrong. There is nomultipleproperty, the File Upload by default hasmultipleenabled at all times.Acceptance Criteria:
multipleexample from File Upload