I have implemented a date picker using three drop downs for date, month and year. The date picker is a component that implements ControlValueAccessor and is working great. However, I would like the control to expose touched when any of the three drop downs are touched.
There are lots of questions about related issues regarding touched, but not this specific issue which seems odd to me since it's something you would want to do by default!
How do I expose a touched state of my component? Additionally, how about pristine, dirty etc.?