fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.23k stars 388 forks source link

fix request file bytes update issue #323

Closed nordicdyno closed 4 months ago

nordicdyno commented 5 months ago

file content hadn't update after file upload, only after setting focus on text field

dragonsinth commented 4 months ago

🤷 I have no idea, @jhump I think you wrote most of this, does this pass the sniff test?

jhump commented 4 months ago

It worked when I tested it when I originally wrote it. But maybe the quirk is browser-specific or something in newer versions of Chrome not acting the same 🤷.

Fix seems fine to me.