Give placeholder to select in Angular 6

后端 未结 7 2480
萌比男神i
萌比男神i 2021-02-19 15:25

I have a select option in which i want to give placeholder which says \"select a category\"

7条回答
  •  生来不讨喜
    2021-02-19 16:03

    for a template driven angular form you may want to consider this demo. you can find the code here

    for a simple html form here is a snippet.

    
        
    

    
    

提交回复
热议问题