i\'m using ng-bootstrap and i want to get the value of dropdown when selected .
2条回答 一个人的身影 (楼主) 2021-01-20 06:30 You need to add a click event: In the component: changeAction(obj) { //your logic here } 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You need to add a click event:
In the component:
changeAction(obj) { //your logic here }