I cannot find a way to manage through Angular 2 how a custom input gets its focus from a label
(and its for
attribute) and how to manage those states.
I'm trying to give my the same focus-and-blur behaviour that a regular has. Any ideas on that?
Thanks!