Create a dropdown component

前端 未结 6 1418
我寻月下人不归
我寻月下人不归 2020-12-08 15:39

I want to create a dropdown menu using Angular 2, but I\'m not sure how to do it in the \"Angular 2 way\".

I could create a dropdown component that is used like this

6条回答
  •  借酒劲吻你
    2020-12-08 16:01

    If you want something with a dropdown (some list of values) and a user specified value that can be filled into the selected input as well. This custom dropdown in angular also has a filter dropdown list on key value entered. Please check this stackblitzlink -> https://stackblitz.com/edit/angular-l9guzo?embed=1&file=src/app/custom-textarea.component.ts

提交回复
热议问题