How to set values in inputs Angular setValue & patchValue

前端 未结 0 1984
走了就别回头了
走了就别回头了 2021-01-29 20:40

I am using this code

this.eventForm.patchValue({
         latitude: lat[1],
         longitude: long[0], 
       })

to set the values in inputs a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题