-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
UI improvement suggestion for request method drop down #409
Copy link
Copy link
Closed
Description
Describe the bug
- With current UI of main page, the method selection offers an editable text field along with drop down to list the request methods.
- But just clicking on the drop down does not show all methods, you have to manually delete the method text (like 'GET') to be actually able to see all methods.
- This is somewhat confusing behavior, since expected behavior is to get a list of available methods for selection when clicking on down arrow of input box.
- Just clicking the down arrow does not show cursor in the method text box to let user know to delete the text first.
To Reproduce
Steps to reproduce the behavior:
- Click on down arrow in request method on main page.
- Only method visible is 'GET'
Expected behavior
Drop down list shows all available methods, or at least let me know to edit the method text manually.
Desktop:
- OS: Windows 8.1
- Browser: Brave
- Version: 1.0.1 Chromium: 78.0.3904.108 (Official Build) (64-bit)
Suggested fixes
- All the methods should be visible when clicking on just down arrow in the text box
- Cursor should appear in text box when only down arrow is clicked to let user know that field is editable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
