Top "Form-control" questions

Form control is the main component of Windows Forms UI framework.

Angular2 - cannot change input type dynamically

I was wondering if anyone can help explain why i am unable to change form input type dynamically? For e.…

angular input angular2-forms angular-forms form-control
Angular 6, this.formGroup.updateValueAndValidity() not working properly

I am trying to add and remove validators in a formGroup controls based on certain condition. When I am updating …

angular typescript form-control formgroups angular-validator
Angular 4 Reactive Form - Value for display

I'm using reactive form approach. I have input field which have correspondent formControl Object and while typing I'm doing formatting …

angular model-view-controller model reactive-programming form-control
customizing bootstrap form-control on select option

I'm using bootstrap's form-control class to keep a consistent style between my form input and those that requires a select …

css bootstrap-4 html-input form-control
Angular FormArray: referencing dynamically added FormControl in template

I am working on Angular Reactive forms, I have added a couple of FormControl into FormArray dynamically, but I am …

angular angular-reactive-forms angular-forms form-control formarray
Whether a FormControl value can be an array?

I am working on Angular Reactive form. This is my component class code: ngOnInit(){ this.reviewForm = this.fb.group({ 'controlArray': …

angular angular-reactive-forms form-control formarray