angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Feature list is dissapearing when Up & Down key is pressed for choices

Open geekdeb opened this issue 2 years ago • 0 comments

Version info

  • Angular CLI: 13.3.3
  • Node: 16.14.2
  • Package Manager: npm 8.6.0
  • OS: linux x64
  • Angular: 13.3.2

Package Version

@angular-devkit/architect 0.1303.3 @angular-devkit/build-angular 13.3.2 @angular-devkit/core 13.3.3 @angular-devkit/schematics 13.3.3 @angular/cli 13.3.3 @angular/fire 7.2.0 @schematics/angular 13.3.3 rxjs 7.5.5 typescript 4.6.3

How to reproduce these conditions

During installation, for the first time its shows the featurelist like below, but when I click UP or Down Arrow, the list dissapears and doesn't allow me to select a choice. This is very weird behaviour I felt.

debashis@techbook:~/MyProjects/debashis-net$ ng add @angular/[email protected]
ℹ Using package manager: npm
✔ Package information loaded.

The package @angular/[email protected] will be installed and executed.
Would you like to proceed? Yes
✔ Package successfully installed.
UPDATE package.json (1891 bytes)
✔ Packages installed successfully.
? What features would you like to setup? (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
❯◉ ng deploy -- hosting
 ◯ Authentication
 ◯ Firestore
 ◯ Realtime Database
 ◯ Analytics
 ◯ Cloud Functions (callable)
 ◯ Cloud Messaging
(Move up and down to reveal more choices)

Steps to set up and reproduce

Sample data and security rules

Debug output

Screenshot from 2022-04-27 02-04-23 After Pressing Up or down arrow Screenshot from 2022-04-27 02-05-35

Expected behavior

It should go down to the other choices in the list.

Actual behavior

Its dissapearing

geekdeb avatar Apr 26 '22 20:04 geekdeb