Abhay Shiravanthe
Results
1
comments of
Abhay Shiravanthe
Try this friends: ``` document.getElementsByClassName("ant-select-search__field")[0].addEventListener("keydown", (e) => { //I am checking if backspace is pressed and if current input field (used in search) has got no value if (e.keyCode ==...