1
Enter/Backspace should add/remove fields when editing form data
Source: Kong/insomnia#6031 · opened by @crtl
When using Multipart Form as type of body content in Requests currently you have to manually click the "Add" button to add a new field (each time).
This may work when having a small amount of fields but gets very annoying when having a large number of fields.
As a workaround you would press the button multiple times to create an abundance of fields and remove unused rows afterwards.
Instead pressing the ENTER key in the value field should add an empty row below the current field if no empty row is already present below.
Vise versa pressing the BACKSPACE key in the name field should remove a row if it is empty (no name nor value is present).
With this you can add remove fields using your keyboard only without having to tab through the whole UI and pressing any buttons.
This may work when having a small amount of fields but gets very annoying when having a large number of fields.
As a workaround you would press the button multiple times to create an abundance of fields and remove unused rows afterwards.
Instead pressing the ENTER key in the value field should add an empty row below the current field if no empty row is already present below.
Vise versa pressing the BACKSPACE key in the name field should remove a row if it is empty (no name nor value is present).
With this you can add remove fields using your keyboard only without having to tab through the whole UI and pressing any buttons.
No pledges yet. Be the first to back this.
Comments
Similar requests
Add keyboard navigation support for Dashboard
1 vote · 0 comments
[Feature Request] Quick variable editing
6 votes · 0 comments
Programmatically export data
1 vote · 0 comments
Ability to reorder form fields
4 votes · 0 comments
Inso CLI does not support multipart form structure in requests
3 votes · 0 comments
No comments yet.