hsuanxyz / ionic-tags-input

A ionic tags input component
https://stackblitz.com/edit/ionic-tags-input
MIT License
71 stars 24 forks source link

add component method to clear input value #11

Closed xxzefgh closed 6 years ago

xxzefgh commented 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.