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

Fix clumsy suggest dropdown from form inputs #5990

Merged
merged 1 commit into from
Aug 20, 2019
Merged

Conversation

vince-fugnitto
Copy link
Member

What it does

Fixes #4074

  • fixes annoying issue with the search input present in the
    search-in-workspace widget which displays a browser specific
    auto-suggestion based on previous form history. The suggestion
    is now disabled using the `autoComplete: 'off' prop.
  • fixes a similar issue with the keyboard shortcuts widget as well.

How to test

  • currently (master) when double clicking an input that previously had input, an auto-suggestion dropdown was displayed.
  • with this PR, the autoComplete is turned off resulting in no more clumsy input

Review checklist

Reminder for reviewers

Signed-off-by: Vincent Fugnitto [email protected]

Fixes #4074

- fixes annoying issue with the search input present in the
`search-in-workspace` widget which displays a browser specific
auto-suggestion based on previous form history. The suggestion
is now disabled using the `autoComplete: 'off' prop.
- fixes a similar issue with the `keyboard shortcuts` widget as well.

Signed-off-by: Vincent Fugnitto <[email protected]>
@vince-fugnitto vince-fugnitto added keybindings issues related to keybindings search in workspace issues related to the search-in-workspace ui/ux issues related to user interface / user experience labels Aug 19, 2019
@vince-fugnitto vince-fugnitto self-assigned this Aug 19, 2019
@elaihau
Copy link
Contributor

elaihau commented Aug 20, 2019

Tested in example browser.

I confirm the suggest dropdown does not show up any more.

@vince-fugnitto
Copy link
Member Author

Thank you @elaihau @svenefftinge for the review.

@vince-fugnitto vince-fugnitto merged commit 8deccf7 into master Aug 20, 2019
@vince-fugnitto vince-fugnitto deleted the vf/GH-4074 branch August 20, 2019 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keybindings issues related to keybindings search in workspace issues related to the search-in-workspace ui/ux issues related to user interface / user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clumsy suggest drop-down for search input
3 participants