-
### Describe the bug
Adding a disabled property on the p-dropdown component does not disable it when using reactive forms but works with template forms.
reactive form:
https://stackblitz.com/ed…
-
As of now there is no way to disable angular2-tag-input control.
-
-
## Page.ts
> frm: FormGroup;
> constructor(private fb: FormBuilder) { }
> ngOnInit() {
> this.frm = this.fb.group({
> email: ['', Validators.required],
> });
> }
## Page.…
-
Hola! Antes que todo, muy buena librería !
Estoy teniendo problemas para usar el validador con reactive forms, adjunto dos pantallazos de mis intentos.
![image](https://user-images.githubuserconten…
-
### Description
I would like the "reactive execution"/"disabled" cell status be more clear and useful, by unifying it with "lazy execution". Currently there are multiple forms of lazyness that are pr…
-
Custom option/button templates for dropdown show up only after value is reselected with reactive forms
### Bug already reported?
- [X] I confirm that I have checked if the bug already has been r…
-
I am trying to use this library in an reactive form.
Do you have any examples of such implementation?
-
🐞 bug report
### Is this a regression?
Not that I know
### Description
I'm creating a survey app which contains multiple questions, but when 2 subsequent questions contain the same answer labe…
-
### Which @angular/* package(s) are the source of the bug?
forms
### Is this a regression?
No
### Description
I have a custom component implementing ControlValueAccessor that wraps arou…