You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: