模型驱动形式 - 原始总是如此

时间:2016-11-12 04:46:37

标签: angular angular2-forms angular2-formbuilder

如何以编程方式将pristine设置为false?

this.myForm.get('categories').set .....设置什么?没有setPristine。

由于某些原因,我设置了这样的类别:

        this.myForm.get('categories').setValue(
            this.multiselectFindCategory.selectedCategories
        );

this.myForm.controls.categories.pristine仍然等于真。

1 个答案:

答案 0 :(得分:-1)

this.myForm.get('categories').markAsDirty();