Angular 7: Clear selection with x-button on a dropdown box

后端 未结 2 2366
醉酒成梦
醉酒成梦 2021-02-20 13:29

I thought I can combine the examples from Angular for dropdown and the Input with clear box to:


  

        
2条回答
  •  名媛妹妹
    2021-02-20 14:23

    Example for Reactive Forms

    $event.stopPropagation() - doesn't open select again

           
             
               {{team.name}}
             
             
            
    

提交回复
热议问题