document.querySelector('section#components-select-demo-basic .ant-select input').focus()
document.querySelector('section#components-select-demo-basic .ant-select ').click()
document.querySelector('section#components-select-demo-basic .ant-select ').focus()
上面的代码均无法触发antd的select下拉事件。
请问如何用原生js触发antd的下拉。【不用问为什么】
document.getElementById("province").fireEvent('mousedown')