Angular 4事件委派

时间:2017-10-13 16:02:42

标签: angular typescript event-delegation

我需要检测伪元素(:: after)上的click事件,该伪元素在CSS中保存一个图标。此伪元素是<select> HTML元素的兄弟元素,将打开/切换/显示<option>内的所有<select>

我正在将click事件传播到父元素,并使用<select>this.selectDropdown.nativeElement.focus();上触发焦点事件。

PS:ElementRef类型的selectDropdown装饰有@ViewChild('selectDropdown')并放在<select #selectDropdown>

你有什么想法,伙计们? 非常感谢你的帮助

0 个答案:

没有答案