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

UX Suggestion: Reset selected choice on search updates #12

Open
alexilyaev opened this issue Feb 19, 2020 · 1 comment
Open

UX Suggestion: Reset selected choice on search updates #12

alexilyaev opened this issue Feb 19, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alexilyaev
Copy link
Owner

Reproduce

Given:

"start:app-admin": "APP_VARIANT=app-admin npm run start",
"start:app-viewer": "APP_VARIANT=app-viewer npm run start",
"build:app-viewer:staging": "APP_VARIANT=app-viewer npm run build",
"build:app-viewer:prod": "APP_VARIANT=app-viewer npm run build",
"deploy:app-viewer:staging": "npm run lint-and-test && npm run build:app-viewer:staging",
"deploy:app-viewer:prod": "npm run lint-and-test && npm run build:app-viewer:prod",
  1. Search for view
  2. Press Down until highlighting build:app-viewer:prod
  3. Add to search sta

Actual

deploy:app-viewer:prod is highlighted.

Expected

Should reset the selection on search updates.

@alexilyaev
Copy link
Owner Author

@julienben Keeping you in the loop.

@alexilyaev alexilyaev added enhancement New feature or request good first issue Good for newcomers labels Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant