Hi @joanpablo
Regarding initial value
This PR #442 aimed to introduce initial value support at the abstract control level.
Current implementation does support initial value only on the FormControl level, which is pretty limiting the usage
It would be nice to have initial value at AbstractControl level
While I can read
form.value and form.rawValue the form.defaultValue is inaccessible
Hi @joanpablo
Regarding initial value
This PR #442 aimed to introduce initial value support at the abstract control level.
Current implementation does support initial value only on the FormControl level, which is pretty limiting the usage
It would be nice to have initial value at AbstractControl level
While I can read
form.valueandform.rawValuetheform.defaultValueis inaccessible