DEV Community

Discussion on: Working with Angular forms in an enterprise environment

Collapse
 
melmams69 profile image
Mam's

Hello i wonder if CVAS interface has method
setTouchedState(isTouched: boolean)?: void like setDisabledState above ?
setDisabledState(isDisabled: boolean)?: void

Acuatually there is no way from the parent component to set touched state.