NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.87k stars 3.94k forks source link

nz-select Component Dropdown Not Displaying on Click #8720

Open Naveen4048 opened 2 months ago

Naveen4048 commented 2 months ago

nz-select-error

Reproduction link

https://stackblitz.com/

Steps to reproduce

We have implemented the nz-select component from Ant Design in our project. However, we are encountering an issue where clicking on the input field does not display the dropdown list. Despite this, we are able to set the field using keyboard keys. Additionally, we observe the following errors in the console: polyfills.js?version=1724418390:6229 [webpack-dev-server] Event {isTrusted: true, type: 'error', target: WebSocket, currentTarget: WebSocket, eventPhase: 2, …} polyfills.js?version=1724418390:5296 WebSocket connection to 'ws://localhost:88/core-ui/ng-cli-ws' failed:

What is expected?

Clicking on the input field should display the dropdown list, allowing users to select an option from the list.

What is actually happening?

Clicking on the input field does not display the dropdown list. However, the field can still be set using keyboard keys.

Environment Info
ng-zorro-antd 18.1.1
Browser Chrome
Nicoss54 commented 2 months ago

@Naveen4048 could you give us a reproduction link. Currently the link we have is just the link to go to stackblitz