NileshPatel17 / ng-multiselect-dropdown

Multiple Select Dropdown Component
https://nileshpatel17.github.io/ng-multiselect-dropdown/
326 stars 287 forks source link

ng-touched is not being added #47

Open srigiriharish opened 6 years ago

srigiriharish commented 6 years ago

While writing validations to check whether the field is empty or not I wrote a condition which shows an error mesage when the field is touched and empty

But this multiselect drop down is just showing ng-untouched even after it is touched,

I even checked in the demo that is given here, it is also the same, it remains in untouched state even though it is touched,

kvarunsameer commented 6 years ago

Yes am also facing the same issue... did u find any solution? how are you managing this @srigiriharish

srigiriharish commented 6 years ago

No, I didn't find any solution. I just used the click event and checked whether the select box is clicked rather than touched @kvarunsameer