fullstorydev / grpcui

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

Auto-enable fields on click #158

Open Jille opened 2 years ago

Jille commented 2 years ago

I just found this project, and immediately added it to my project. Kudos for having both a standalone tool, and making it an easy to integrate library as well!

When building a request, all fields default to unset and you first have to enable them with the checkbox and then can start typing. It'd be neat if you could just click the input field and have that implicitly enable it.