alexilyaev / alexilyaev/runrun-cli
UX Suggestion: Reset selected choice on search updates
未关闭
enhancement
good first issue
- 主要语言
- JavaScript
- 星标
- 16
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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`
1. Press `Down` until highlighting `build:app-viewer:prod`
1. Add to search ` sta`
### Actual
`deploy:app-viewer:prod` is highlighted.
### Expected
Should reset the selection on search updates.
贡献指南
评估
这个 Issue 还没有评估数据。