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.
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.