Angular2 - Validate and submit form from outside

后端 未结 8 2157
一个人的身影
一个人的身影 2020-11-30 22:44

I have a simple form that looks like this

...

and need to

8条回答
  •  臣服心动
    2020-11-30 22:56

    If you are using Reactive Forms use the formGroup invalid property to disable the submit button:

提交回复
热议问题