Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI improvement suggestion for request method drop down #409

Closed
GglServe opened this issue Dec 8, 2019 · 3 comments
Closed

UI improvement suggestion for request method drop down #409

GglServe opened this issue Dec 8, 2019 · 3 comments

Comments

@GglServe
Copy link

GglServe commented Dec 8, 2019

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:

  1. Click on down arrow in request method on main page.
  2. 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.

Screenshots
image

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
@liyasthomas
Copy link
Member

Issue has been identified. Will patch it ASAP.

@GglServe
Copy link
Author

GglServe commented Dec 8, 2019

I see that now request method options are no longer editable. It fixes the UI issue. However, in the Readme documentation under Features -> Methods, a feature is listed as

- Some APIs use custom request methods such as LIST. Type in your custom methods.

Is this feature now available through any other option now?

@liyasthomas
Copy link
Member

liyasthomas commented Dec 8, 2019

Just ran into a UI bug, that's why I had to remove it temporarily. Will update tomorrow 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants