Closed neongrau closed 8 months ago
Yeah, something does seem broken there. We would of course accept a fix for this so that the appropriate fields and file upload displays correctly.
Sadly as a ruby dev my TypeScript skills are nonexistent.
Actually I don't think this would be that hard. The first part is the file upload, and there might even be some code laying around in here that does. I do believe file uploads are supported, but that would be the first thing to see, i.e. why aren't they showing up in your case.
The second part is the non-file form data, is there non-file form data that needs to be show? If yes, is it shown? If no, then it should be as easy as copying the code from one of the other sections.
Any effort that is put in, helps a huge amount, even if it isn't a full PR. Because we can pick it up and run with it. If you you feel like this would definitely out of your wheelhouse though, no worries. Someone will try to pick this up in the future when there is capacity available.
I have endpoints that allow file uploads, for those multipart/form-data is required.
Under the "FORM" Tab next to "MODEL" the form controls should be shown.
But they are not, or rather almost always they are not shown. When clicking around sometimes (very rarely) they appear, but i cannot reproduce when they do appear.
Here is a reduced example spec.
Tested for validity