Closed xxzefgh closed 6 years ago
stumbled upon a usecase where I needed to clear form values, including input value. doing componentRef._editTag = '' doesn't look nice, hence this method makes it clear.
componentRef._editTag = ''
stumbled upon a usecase where I needed to clear form values, including input value. doing
componentRef._editTag = ''
doesn't look nice, hence this method makes it clear.