我需要检测伪元素(:: after)上的click事件,该伪元素在CSS中保存一个图标。此伪元素是<select>
HTML元素的兄弟元素,将打开/切换/显示<option>
内的所有<select>
。
我正在将click事件传播到父元素,并使用<select>
在this.selectDropdown.nativeElement.focus();
上触发焦点事件。
PS:ElementRef类型的selectDropdown
装饰有@ViewChild('selectDropdown')
并放在<select #selectDropdown>
。
你有什么想法,伙计们? 非常感谢你的帮助